@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetClusterSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetClusterSnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotArn()
The arn of the Elastic DocumentDB snapshot.
|
int |
hashCode() |
void |
setSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
|
String |
toString()
Returns a string representation of this object.
|
GetClusterSnapshotRequest |
withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
snapshotArn - The arn of the Elastic DocumentDB snapshot.public String getSnapshotArn()
The arn of the Elastic DocumentDB snapshot.
public GetClusterSnapshotRequest withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
snapshotArn - The arn of the Elastic DocumentDB snapshot.public String toString()
toString in class ObjectObject.toString()public GetClusterSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.