@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) |
String |
getClusterId()
The automatically generated ID for a cluster.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The automatically generated ID for a cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateClusterResult |
withClusterId(String clusterId)
The automatically generated ID for a cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClusterId(String clusterId)
The automatically generated ID for a cluster.
clusterId
- The automatically generated ID for a cluster.public String getClusterId()
The automatically generated ID for a cluster.
public CreateClusterResult withClusterId(String clusterId)
The automatically generated ID for a cluster.
clusterId
- The automatically generated ID for a cluster.public String toString()
toString
in class Object
Object.toString()
public CreateClusterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.