@Generated(value="software.amazon.awssdk:codegen") public final class ListVolumesRequest extends StorageGatewayRequest implements ToCopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>
A JSON object that contains one or more of the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVolumesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVolumesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVolumesRequest.Builder> |
serializableBuilderClass() |
ListVolumesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayARN()
public final 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 final Integer limit()
Specifies that the list of volumes returned be limited to the specified number of items.
public ListVolumesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVolumesRequest.Builder,ListVolumesRequest>toBuilder in class StorageGatewayRequestpublic static ListVolumesRequest.Builder builder()
public static Class<? extends ListVolumesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.