@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxVolumesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListKxVolumesRequest() |
Modifier and Type | Method and Description |
---|---|
ListKxVolumesRequest |
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.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
String |
getVolumeType()
The type of file system volume.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
void |
setVolumeType(String volumeType)
The type of file system volume.
|
String |
toString()
Returns a string representation of this object.
|
ListKxVolumesRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
ListKxVolumesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxVolumesRequest |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
ListKxVolumesRequest |
withVolumeType(KxVolumeType volumeType)
The type of file system volume.
|
ListKxVolumesRequest |
withVolumeType(String volumeType)
The type of file system 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 ListKxVolumesRequest 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 setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListKxVolumesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxVolumesRequest withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public void setVolumeType(String volumeType)
The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.
volumeType
- The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.KxVolumeType
public String getVolumeType()
The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.
NAS_1
volume type.KxVolumeType
public ListKxVolumesRequest withVolumeType(String volumeType)
The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.
volumeType
- The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.KxVolumeType
public ListKxVolumesRequest withVolumeType(KxVolumeType volumeType)
The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.
volumeType
- The type of file system volume. Currently, FinSpace only supports NAS_1
volume type.KxVolumeType
public String toString()
toString
in class Object
Object.toString()
public ListKxVolumesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()