@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVirtualServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVirtualServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVirtualServiceRequest |
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 service.
|
VirtualServiceSpec |
getSpec()
The virtual service specification to apply.
|
String |
getVirtualServiceName()
The name to use for the virtual service.
|
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 service.
|
void |
setSpec(VirtualServiceSpec spec)
The virtual service specification to apply.
|
void |
setVirtualServiceName(String virtualServiceName)
The name to use for the virtual service.
|
String |
toString()
Returns a string representation of this object.
|
CreateVirtualServiceRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVirtualServiceRequest |
withMeshName(String meshName)
The name of the service mesh in which to create the virtual service.
|
CreateVirtualServiceRequest |
withSpec(VirtualServiceSpec spec)
The virtual service specification to apply.
|
CreateVirtualServiceRequest |
withVirtualServiceName(String virtualServiceName)
The name to use for the virtual service.
|
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 CreateVirtualServiceRequest 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 service.
meshName - The name of the service mesh in which to create the virtual service.public String getMeshName()
The name of the service mesh in which to create the virtual service.
public CreateVirtualServiceRequest withMeshName(String meshName)
The name of the service mesh in which to create the virtual service.
meshName - The name of the service mesh in which to create the virtual service.public void setSpec(VirtualServiceSpec spec)
The virtual service specification to apply.
spec - The virtual service specification to apply.public VirtualServiceSpec getSpec()
The virtual service specification to apply.
public CreateVirtualServiceRequest withSpec(VirtualServiceSpec spec)
The virtual service specification to apply.
spec - The virtual service specification to apply.public void setVirtualServiceName(String virtualServiceName)
The name to use for the virtual service.
virtualServiceName - The name to use for the virtual service.public String getVirtualServiceName()
The name to use for the virtual service.
public CreateVirtualServiceRequest withVirtualServiceName(String virtualServiceName)
The name to use for the virtual service.
virtualServiceName - The name to use for the virtual service.public String toString()
toString in class ObjectObject.toString()public CreateVirtualServiceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.