Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
@Generated("software.amazon.awssdk:codegen") public class ListGatewaysRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
A JSON object containing zero or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListGatewaysRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListGatewaysRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends ListGatewaysRequest.Builder> |
serializableBuilderClass() |
|
ListGatewaysRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String marker()
An opaque string that indicates the position at which to begin the returned list of gateways.
public Integer limit()
Specifies that the list of gateways returned be limited to the specified number of items.
public ListGatewaysRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
public static ListGatewaysRequest.Builder builder()
public static Class<? extends ListGatewaysRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.