@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecreaseReplicationFactorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DecreaseReplicationFactorResult() |
| Modifier and Type | Method and Description |
|---|---|
DecreaseReplicationFactorResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
A description of the DAX cluster, after you have decreased its replication factor.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DecreaseReplicationFactorResult |
withCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
cluster - A description of the DAX cluster, after you have decreased its replication factor.public Cluster getCluster()
A description of the DAX cluster, after you have decreased its replication factor.
public DecreaseReplicationFactorResult withCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
cluster - A description of the DAX cluster, after you have decreased its replication factor.public String toString()
toString in class ObjectObject.toString()public DecreaseReplicationFactorResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.