@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterSnapshotInList extends Object implements Serializable, Cloneable, StructuredPojo
A list of Elastic DocumentDB snapshots.
Constructor and Description |
---|
ClusterSnapshotInList() |
Modifier and Type | Method and Description |
---|---|
ClusterSnapshotInList |
clone() |
boolean |
equals(Object obj) |
String |
getClusterArn()
The arn of the Elastic DocumentDB cluster.
|
String |
getSnapshotArn()
The arn of the Elastic DocumentDB snapshot
|
String |
getSnapshotCreationTime()
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
String |
getSnapshotName()
The name of the Elastic DocumentDB snapshot.
|
String |
getStatus()
The status of the Elastic DocumentDB snapshot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
void |
setSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
|
void |
setSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
void |
setSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
void |
setStatus(String status)
The status of the Elastic DocumentDB snapshot.
|
String |
toString()
Returns a string representation of this object.
|
ClusterSnapshotInList |
withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterSnapshotInList |
withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
|
ClusterSnapshotInList |
withSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshotInList |
withSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList |
withStatus(Status status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList |
withStatus(String status)
The status of the Elastic DocumentDB snapshot.
|
public void setClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn
- The arn of the Elastic DocumentDB cluster.public String getClusterArn()
The arn of the Elastic DocumentDB cluster.
public ClusterSnapshotInList withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn
- The arn of the Elastic DocumentDB cluster.public void setSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
snapshotArn
- The arn of the Elastic DocumentDB snapshotpublic String getSnapshotArn()
The arn of the Elastic DocumentDB snapshot
public ClusterSnapshotInList withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
snapshotArn
- The arn of the Elastic DocumentDB snapshotpublic void setSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
snapshotCreationTime
- The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).public String getSnapshotCreationTime()
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
public ClusterSnapshotInList withSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
snapshotCreationTime
- The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).public void setSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
snapshotName
- The name of the Elastic DocumentDB snapshot.public String getSnapshotName()
The name of the Elastic DocumentDB snapshot.
public ClusterSnapshotInList withSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
snapshotName
- The name of the Elastic DocumentDB snapshot.public void setStatus(String status)
The status of the Elastic DocumentDB snapshot.
status
- The status of the Elastic DocumentDB snapshot.Status
public String getStatus()
The status of the Elastic DocumentDB snapshot.
Status
public ClusterSnapshotInList withStatus(String status)
The status of the Elastic DocumentDB snapshot.
status
- The status of the Elastic DocumentDB snapshot.Status
public ClusterSnapshotInList withStatus(Status status)
The status of the Elastic DocumentDB snapshot.
status
- The status of the Elastic DocumentDB snapshot.Status
public String toString()
toString
in class Object
Object.toString()
public ClusterSnapshotInList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.