public class DisableSnapshotCopyRequest extends AmazonWebServiceRequest implements Serializable
DisableSnapshotCopy operation
.
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
NOOP
Constructor and Description |
---|
DisableSnapshotCopyRequest() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
DisableSnapshotCopyRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getClusterIdentifier()
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 void setClusterIdentifier(String clusterIdentifier)
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 DisableSnapshotCopyRequest withClusterIdentifier(String clusterIdentifier)
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2014. All rights reserved.