@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 |
getClusterArn()
The Amazon Resource Name (ARN) of the cluster.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateClusterResult |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.public String getClusterArn()
The Amazon Resource Name (ARN) of the cluster.
public CreateClusterResult withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.public String toString()
toString
in class Object
Object.toString()
public CreateClusterResult clone()