@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClusterSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateClusterSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterSnapshotResult |
clone() |
boolean |
equals(Object obj) |
ClusterSnapshot |
getSnapshot()
Returns information about the new Elastic DocumentDB snapshot.
|
int |
hashCode() |
void |
setSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
|
String |
toString()
Returns a string representation of this object.
|
CreateClusterSnapshotResult |
withSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
snapshot - Returns information about the new Elastic DocumentDB snapshot.public ClusterSnapshot getSnapshot()
Returns information about the new Elastic DocumentDB snapshot.
public CreateClusterSnapshotResult withSnapshot(ClusterSnapshot snapshot)
Returns information about the new Elastic DocumentDB snapshot.
snapshot - Returns information about the new Elastic DocumentDB snapshot.public String toString()
toString in class ObjectObject.toString()public CreateClusterSnapshotResult clone()
Copyright © 2024. All rights reserved.