@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKxClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKxClusterRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKxClusterRequest |
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 |
getClusterName()
The name of the cluster that you want to delete.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setClusterName(String clusterName)
The name of the cluster that you want to delete.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKxClusterRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
DeleteKxClusterRequest |
withClusterName(String clusterName)
The name of the cluster that you want to delete.
|
DeleteKxClusterRequest |
withEnvironmentId(String environmentId)
A unique identifier for 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, withSdkRequestTimeout
public 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 DeleteKxClusterRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setClusterName(String clusterName)
The name of the cluster that you want to delete.
clusterName
- The name of the cluster that you want to delete.public String getClusterName()
The name of the cluster that you want to delete.
public DeleteKxClusterRequest withClusterName(String clusterName)
The name of the cluster that you want to delete.
clusterName
- The name of the cluster that you want to delete.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 DeleteKxClusterRequest 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 Object
Object.toString()
public DeleteKxClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()