@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()
 Returns information about the updated elastic cluster. | 
| int | hashCode() | 
| void | setCluster(Cluster cluster)
 Returns information about the updated elastic cluster. | 
| String | toString()Returns a string representation of this object. | 
| UpdateClusterResult | withCluster(Cluster cluster)
 Returns information about the updated elastic cluster. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
Returns information about the updated elastic cluster.
cluster - Returns information about the updated elastic cluster.public Cluster getCluster()
Returns information about the updated elastic cluster.
public UpdateClusterResult withCluster(Cluster cluster)
Returns information about the updated elastic cluster.
cluster - Returns information about the updated elastic cluster.public String toString()
toString in class ObjectObject.toString()public UpdateClusterResult clone()