@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateClusterResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
The new Elastic DocumentDB cluster that has been created.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
|
String |
toString()
Returns a string representation of this object.
|
CreateClusterResult |
withCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
cluster - The new Elastic DocumentDB cluster that has been created.public Cluster getCluster()
The new Elastic DocumentDB cluster that has been created.
public CreateClusterResult withCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
cluster - The new Elastic DocumentDB cluster that has been created.public String toString()
toString in class ObjectObject.toString()public CreateClusterResult clone()
Copyright © 2023. All rights reserved.