@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVolumesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object that contains one or more of the following fields:
NOOP
Constructor and Description |
---|
ListVolumesRequest() |
Modifier and Type | Method and Description |
---|---|
ListVolumesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
Integer |
getLimit()
Specifies that the list of volumes returned be limited to the specified number of items.
|
String |
getMarker()
A string that indicates the position at which to begin the returned list of volumes.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setLimit(Integer limit)
Specifies that the list of volumes returned be limited to the specified number of items.
|
void |
setMarker(String marker)
A string that indicates the position at which to begin the returned list of volumes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListVolumesRequest |
withGatewayARN(String gatewayARN) |
ListVolumesRequest |
withLimit(Integer limit)
Specifies that the list of volumes returned be limited to the specified number of items.
|
ListVolumesRequest |
withMarker(String marker)
A string that indicates the position at which to begin the returned list of volumes.
|
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 setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public ListVolumesRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setMarker(String marker)
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
marker
- A string that indicates the position at which to begin the returned list of volumes. Obtain the marker
from the response of a previous List iSCSI Volumes request.public String getMarker()
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
public ListVolumesRequest withMarker(String marker)
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.
marker
- A string that indicates the position at which to begin the returned list of volumes. Obtain the marker
from the response of a previous List iSCSI Volumes request.public void setLimit(Integer limit)
Specifies that the list of volumes returned be limited to the specified number of items.
limit
- Specifies that the list of volumes returned be limited to the specified number of items.public Integer getLimit()
Specifies that the list of volumes returned be limited to the specified number of items.
public ListVolumesRequest withLimit(Integer limit)
Specifies that the list of volumes returned be limited to the specified number of items.
limit
- Specifies that the list of volumes returned be limited to the specified number of items.public String toString()
toString
in class Object
Object.toString()
public ListVolumesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.