@Generated(value="software.amazon.awssdk:codegen") public final class ListVolumesResponse extends StorageGatewayResponse implements ToCopyableBuilder<ListVolumesResponse.Builder,ListVolumesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVolumesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVolumesResponse.Builder |
builder() |
boolean |
equals(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()
Returns the value of the Marker property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVolumesResponse.Builder> |
serializableBuilderClass() |
ListVolumesResponse.Builder |
toBuilder() |
String |
toString() |
List<VolumeInfo> |
volumeInfos()
Returns the value of the VolumeInfos property for this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public String marker()
public List<VolumeInfo> volumeInfos()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.