@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateClusterResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterResult |
clone () |
boolean |
equals (Object obj) |
Cluster |
getCluster ()
A description of the DAX cluster, after it has been modified.
|
int |
hashCode () |
void |
setCluster (Cluster cluster)
A description of the DAX cluster, after it has been modified.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateClusterResult |
withCluster (Cluster cluster)
A description of the DAX cluster, after it has been modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateClusterResult()
public void setCluster(Cluster cluster)
A description of the DAX cluster, after it has been modified.
cluster - A description of the DAX cluster, after it has been modified.public Cluster getCluster()
A description of the DAX cluster, after it has been modified.
public UpdateClusterResult withCluster(Cluster cluster)
A description of the DAX cluster, after it has been modified.
cluster - A description of the DAX cluster, after it has been modified.public String toString()
toString in class Object Object.toString() public UpdateClusterResult clone()