@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableSnapshotCopyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DisableSnapshotCopyRequest () |
| Modifier and Type | Method and Description |
|---|---|
DisableSnapshotCopyRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getClusterIdentifier ()
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
int |
hashCode () |
void |
setClusterIdentifier (String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
String |
toString ()
Returns a string representation of this object.
|
DisableSnapshotCopyRequest |
withClusterIdentifier (String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
addHandlerContext, 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, withSdkRequestTimeout public DisableSnapshotCopyRequest()
public void setClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
clusterIdentifier - The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public String getClusterIdentifier()
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public DisableSnapshotCopyRequest withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
clusterIdentifier - The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public String toString()
toString in class Object Object.toString() public DisableSnapshotCopyRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()