com.amazonaws.services.redshift.model
Class DisableSnapshotCopyRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.DisableSnapshotCopyRequest
All Implemented Interfaces:
Serializable

public class DisableSnapshotCopyRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DisableSnapshotCopy operation.

Disables the automatic copying of snapshots from one region to another region for a specified cluster.

See Also:
AmazonRedshift.disableSnapshotCopy(DisableSnapshotCopyRequest), Serialized Form

Constructor Summary
DisableSnapshotCopyRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisableSnapshotCopyRequest

public DisableSnapshotCopyRequest()
Method Detail

getClusterIdentifier

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.

Returns:
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.


setClusterIdentifier

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.

Parameters:
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.


withClusterIdentifier

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.