@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVirtualNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVirtualNodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVirtualNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getMeshName()
The name of the service mesh in which to create the virtual node.
|
VirtualNodeSpec |
getSpec()
The virtual node specification to apply.
|
String |
getVirtualNodeName()
The name to use for the virtual node.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setMeshName(String meshName)
The name of the service mesh in which to create the virtual node.
|
void |
setSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
|
void |
setVirtualNodeName(String virtualNodeName)
The name to use for the virtual node.
|
String |
toString()
Returns a string representation of this object.
|
CreateVirtualNodeRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVirtualNodeRequest |
withMeshName(String meshName)
The name of the service mesh in which to create the virtual node.
|
CreateVirtualNodeRequest |
withSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
|
CreateVirtualNodeRequest |
withVirtualNodeName(String virtualNodeName)
The name to use for the virtual node.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36
letters, numbers, hyphens, and underscores are allowed.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
public CreateVirtualNodeRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36
letters, numbers, hyphens, and underscores are allowed.public void setMeshName(String meshName)
The name of the service mesh in which to create the virtual node.
meshName - The name of the service mesh in which to create the virtual node.public String getMeshName()
The name of the service mesh in which to create the virtual node.
public CreateVirtualNodeRequest withMeshName(String meshName)
The name of the service mesh in which to create the virtual node.
meshName - The name of the service mesh in which to create the virtual node.public void setSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
spec - The virtual node specification to apply.public VirtualNodeSpec getSpec()
The virtual node specification to apply.
public CreateVirtualNodeRequest withSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
spec - The virtual node specification to apply.public void setVirtualNodeName(String virtualNodeName)
The name to use for the virtual node.
virtualNodeName - The name to use for the virtual node.public String getVirtualNodeName()
The name to use for the virtual node.
public CreateVirtualNodeRequest withVirtualNodeName(String virtualNodeName)
The name to use for the virtual node.
virtualNodeName - The name to use for the virtual node.public String toString()
toString in class ObjectObject.toString()public CreateVirtualNodeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.