@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateKxEnvironmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateKxEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDescription()
A description of the kdb environment.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getName()
The name of the kdb environment.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setDescription(String description)
A description of the kdb environment.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setName(String name)
The name of the kdb environment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxEnvironmentRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxEnvironmentRequest |
withDescription(String description)
A description of the kdb environment.
|
UpdateKxEnvironmentRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxEnvironmentRequest |
withName(String name)
The name of the kdb environment.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public UpdateKxEnvironmentRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.public void setName(String name)
The name of the kdb environment.
name - The name of the kdb environment.public String getName()
The name of the kdb environment.
public UpdateKxEnvironmentRequest withName(String name)
The name of the kdb environment.
name - The name of the kdb environment.public void setDescription(String description)
A description of the kdb environment.
description - A description of the kdb environment.public String getDescription()
A description of the kdb environment.
public UpdateKxEnvironmentRequest withDescription(String description)
A description of the kdb environment.
description - A description of the kdb environment.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateKxEnvironmentRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString in class ObjectObject.toString()public UpdateKxEnvironmentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()