@Generated(value="software.amazon.awssdk:codegen") public final class ClusterSnapshotInList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>
A list of Elastic DocumentDB snapshots.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterSnapshotInList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSnapshotInList.Builder |
builder() |
String |
clusterArn()
The arn of the Elastic DocumentDB cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterSnapshotInList.Builder> |
serializableBuilderClass() |
String |
snapshotArn()
The arn of the Elastic DocumentDB snapshot
|
String |
snapshotCreationTime()
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
String |
snapshotName()
The name of the Elastic DocumentDB snapshot.
|
Status |
status()
The status of the Elastic DocumentDB snapshot.
|
String |
statusAsString()
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The arn of the Elastic DocumentDB cluster.
public final String snapshotArn()
The arn of the Elastic DocumentDB snapshot
public final String snapshotCreationTime()
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
public final String snapshotName()
The name of the Elastic DocumentDB snapshot.
public final Status status()
The status of the Elastic DocumentDB snapshot.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
The status of the Elastic DocumentDB snapshot.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic ClusterSnapshotInList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>public static ClusterSnapshotInList.Builder builder()
public static Class<? extends ClusterSnapshotInList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.