@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVirtualNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVirtualNodeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVirtualNodeRequest |
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 that the virtual node resides in.
|
VirtualNodeSpec |
getSpec()
The new virtual node specification to apply.
|
String |
getVirtualNodeName()
The name of the virtual node to update.
|
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 that the virtual node resides in.
|
void |
setSpec(VirtualNodeSpec spec)
The new virtual node specification to apply.
|
void |
setVirtualNodeName(String virtualNodeName)
The name of the virtual node to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVirtualNodeRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateVirtualNodeRequest |
withMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
|
UpdateVirtualNodeRequest |
withSpec(VirtualNodeSpec spec)
The new virtual node specification to apply.
|
UpdateVirtualNodeRequest |
withVirtualNodeName(String virtualNodeName)
The name of the virtual node to update.
|
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, withSdkRequestTimeout
public 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 UpdateVirtualNodeRequest 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 that the virtual node resides in.
meshName
- The name of the service mesh that the virtual node resides in.public String getMeshName()
The name of the service mesh that the virtual node resides in.
public UpdateVirtualNodeRequest withMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
meshName
- The name of the service mesh that the virtual node resides in.public void setSpec(VirtualNodeSpec spec)
The new virtual node specification to apply. This overwrites the existing data.
spec
- The new virtual node specification to apply. This overwrites the existing data.public VirtualNodeSpec getSpec()
The new virtual node specification to apply. This overwrites the existing data.
public UpdateVirtualNodeRequest withSpec(VirtualNodeSpec spec)
The new virtual node specification to apply. This overwrites the existing data.
spec
- The new virtual node specification to apply. This overwrites the existing data.public void setVirtualNodeName(String virtualNodeName)
The name of the virtual node to update.
virtualNodeName
- The name of the virtual node to update.public String getVirtualNodeName()
The name of the virtual node to update.
public UpdateVirtualNodeRequest withVirtualNodeName(String virtualNodeName)
The name of the virtual node to update.
virtualNodeName
- The name of the virtual node to update.public String toString()
toString
in class Object
Object.toString()
public UpdateVirtualNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.