Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListVolumesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
A JSON object that contains one or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListVolumesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListVolumesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
Integer |
limit() |
Specifies that the list of volumes returned be limited to the specified number of items.
|
String |
marker() |
A string that indicates the position at which to begin the returned list of volumes.
|
static Class<? extends ListVolumesRequest.Builder> |
serializableBuilderClass() |
|
ListVolumesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gatewayARN()
public 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.
public Integer limit()
Specifies that the list of volumes returned be limited to the specified number of items.
public ListVolumesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
public static ListVolumesRequest.Builder builder()
public static Class<? extends ListVolumesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.