Class AccountWithRestoreAccess
java.lang.Object
com.amazonaws.services.redshift.model.AccountWithRestoreAccess
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an AWS customer account authorized to restore a snapshot.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of an AWS customer account authorized to restore a snapshot.int
hashCode()
void
setAccountId
(String accountId) The identifier of an AWS customer account authorized to restore a snapshot.toString()
Returns a string representation of this object; useful for testing and debugging.withAccountId
(String accountId) The identifier of an AWS customer account authorized to restore a snapshot.
-
Constructor Details
-
AccountWithRestoreAccess
public AccountWithRestoreAccess()
-
-
Method Details
-
setAccountId
The identifier of an AWS customer account authorized to restore a snapshot.
- Parameters:
accountId
- The identifier of an AWS customer account authorized to restore a snapshot.
-
getAccountId
The identifier of an AWS customer account authorized to restore a snapshot.
- Returns:
- The identifier of an AWS customer account authorized to restore a snapshot.
-
withAccountId
The identifier of an AWS customer account authorized to restore a snapshot.
- Parameters:
accountId
- The identifier of an AWS customer account authorized to restore a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-