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