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