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