@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMeshRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMeshRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMeshRequest |
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 to update.
|
MeshSpec |
getSpec()
The service mesh specification to apply.
|
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 to update.
|
void |
setSpec(MeshSpec spec)
The service mesh specification to apply.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMeshRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateMeshRequest |
withMeshName(String meshName)
The name of the service mesh to update.
|
UpdateMeshRequest |
withSpec(MeshSpec spec)
The service mesh specification to apply.
|
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 UpdateMeshRequest 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 to update.
meshName
- The name of the service mesh to update.public String getMeshName()
The name of the service mesh to update.
public UpdateMeshRequest withMeshName(String meshName)
The name of the service mesh to update.
meshName
- The name of the service mesh to update.public void setSpec(MeshSpec spec)
The service mesh specification to apply.
spec
- The service mesh specification to apply.public MeshSpec getSpec()
The service mesh specification to apply.
public UpdateMeshRequest withSpec(MeshSpec spec)
The service mesh specification to apply.
spec
- The service mesh specification to apply.public String toString()
toString
in class Object
Object.toString()
public UpdateMeshRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()