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