@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVirtualClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateVirtualClusterResult() |
Modifier and Type | Method and Description |
---|---|
CreateVirtualClusterResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
This output contains the ARN of virtual cluster.
|
String |
getId()
This output contains the virtual cluster ID.
|
String |
getName()
This output contains the name of the virtual cluster.
|
int |
hashCode() |
void |
setArn(String arn)
This output contains the ARN of virtual cluster.
|
void |
setId(String id)
This output contains the virtual cluster ID.
|
void |
setName(String name)
This output contains the name of the virtual cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateVirtualClusterResult |
withArn(String arn)
This output contains the ARN of virtual cluster.
|
CreateVirtualClusterResult |
withId(String id)
This output contains the virtual cluster ID.
|
CreateVirtualClusterResult |
withName(String name)
This output contains the name of the virtual cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
This output contains the virtual cluster ID.
id
- This output contains the virtual cluster ID.public String getId()
This output contains the virtual cluster ID.
public CreateVirtualClusterResult withId(String id)
This output contains the virtual cluster ID.
id
- This output contains the virtual cluster ID.public void setName(String name)
This output contains the name of the virtual cluster.
name
- This output contains the name of the virtual cluster.public String getName()
This output contains the name of the virtual cluster.
public CreateVirtualClusterResult withName(String name)
This output contains the name of the virtual cluster.
name
- This output contains the name of the virtual cluster.public void setArn(String arn)
This output contains the ARN of virtual cluster.
arn
- This output contains the ARN of virtual cluster.public String getArn()
This output contains the ARN of virtual cluster.
public CreateVirtualClusterResult withArn(String arn)
This output contains the ARN of virtual cluster.
arn
- This output contains the ARN of virtual cluster.public String toString()
toString
in class Object
Object.toString()
public CreateVirtualClusterResult clone()