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