@Generated(value="software.amazon.awssdk:codegen") public final class ListGatewaysRequest extends StorageGatewayRequest implements ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
A JSON object containing zero or more of the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGatewaysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGatewaysRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Specifies that the list of gateways returned be limited to the specified number of items.
|
String |
marker()
An opaque string that indicates the position at which to begin the returned list of gateways.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGatewaysRequest.Builder> |
serializableBuilderClass() |
ListGatewaysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String marker()
An opaque string that indicates the position at which to begin the returned list of gateways.
public final Integer limit()
Specifies that the list of gateways returned be limited to the specified number of items.
public ListGatewaysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>toBuilder in class StorageGatewayRequestpublic static ListGatewaysRequest.Builder builder()
public static Class<? extends ListGatewaysRequest.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 © 2021. All rights reserved.