Class AccountWithRestoreAccess
- java.lang.Object
-
- software.amazon.awssdk.services.redshift.model.AccountWithRestoreAccess
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>
@Generated("software.amazon.awssdk:codegen") public final class AccountWithRestoreAccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>
Describes an Amazon Web Services account authorized to restore a snapshot.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountWithRestoreAccess.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountAlias()The identifier of an Amazon Web Services support account authorized to restore a snapshot.StringaccountId()The identifier of an Amazon Web Services account authorized to restore a snapshot.static AccountWithRestoreAccess.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AccountWithRestoreAccess.Builder>serializableBuilderClass()AccountWithRestoreAccess.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The identifier of an Amazon Web Services account authorized to restore a snapshot.
- Returns:
- The identifier of an Amazon Web Services account authorized to restore a snapshot.
-
accountAlias
public final String accountAlias()
The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is
amazon-redshift-support.- Returns:
- The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web
Services Support, the identifier is
amazon-redshift-support.
-
toBuilder
public AccountWithRestoreAccess.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>
-
builder
public static AccountWithRestoreAccess.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountWithRestoreAccess.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-