@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetKxVolumeRequest() |
Modifier and Type | Method and Description |
---|---|
GetKxVolumeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentId()
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
String |
getVolumeName()
A unique identifier for the volume.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
void |
setVolumeName(String volumeName)
A unique identifier for the volume.
|
String |
toString()
Returns a string representation of this object.
|
GetKxVolumeRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
GetKxVolumeRequest |
withVolumeName(String volumeName)
A unique identifier for the volume.
|
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 GetKxVolumeRequest 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)
A unique identifier for the volume.
volumeName
- A unique identifier for the volume.public String getVolumeName()
A unique identifier for the volume.
public GetKxVolumeRequest withVolumeName(String volumeName)
A unique identifier for the volume.
volumeName
- A unique identifier for the volume.public String toString()
toString
in class Object
Object.toString()
public GetKxVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()