@Generated(value="software.amazon.awssdk:codegen") public final class ListVolumesResponse extends StorageGatewayResponse implements ToCopyableBuilder<ListVolumesResponse.Builder,ListVolumesResponse>
A JSON object containing the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVolumesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVolumesResponse.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() |
String |
marker()
Use the marker in your next request to continue pagination of iSCSI volumes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVolumesResponse.Builder> |
serializableBuilderClass() |
ListVolumesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VolumeInfo> |
volumeInfos()
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public String marker()
Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.
public List<VolumeInfo> volumeInfos()
An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined for
the gateway, then VolumeInfos is an empty array "[]".
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
VolumeInfos is an empty array "[]".public ListVolumesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVolumesResponse.Builder,ListVolumesResponse>toBuilder in class AwsResponsepublic static ListVolumesResponse.Builder builder()
public static Class<? extends ListVolumesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.