Class ReplicationStatusType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
A replication object consisting of a RegionReplicationStatus object and includes a Region, KMSKeyId,
status, and status message.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkmsKeyId()Can be anARN,Key ID, orAlias.final InstantThe date that the secret was last accessed in the Region.final Stringregion()The Region where replication occurs.static Class<? extends ReplicationStatusType.Builder>final StatusTypestatus()The status can beInProgress,Failed, orInSync.final StringThe status can beInProgress,Failed, orInSync.final StringStatus message such as "Secret with this name already exists in this region".final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
region
The Region where replication occurs.
- Returns:
- The Region where replication occurs.
-
kmsKeyId
Can be an
ARN,Key ID, orAlias.- Returns:
- Can be an
ARN,Key ID, orAlias.
-
status
The status can be
InProgress,Failed, orInSync.If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status can be
InProgress,Failed, orInSync. - See Also:
-
statusAsString
The status can be
InProgress,Failed, orInSync.If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status can be
InProgress,Failed, orInSync. - See Also:
-
statusMessage
Status message such as "Secret with this name already exists in this region".
- Returns:
- Status message such as "Secret with this name already exists in this region".
-
lastAccessedDate
The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
- Returns:
- The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-