Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetRestApisRequest.Builder,GetRestApisRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRestApisRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetRestApisRequest.Builder,GetRestApisRequest>
The GET request to list existing RestApis defined for your collection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRestApisRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetRestApisRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of returned results per page.
|
String |
position() |
The current pagination position in the paged result set.
|
static Class<? extends GetRestApisRequest.Builder> |
serializableBuilderClass() |
|
GetRestApisRequest.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 position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
public GetRestApisRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRestApisRequest.Builder,GetRestApisRequest>
public static GetRestApisRequest.Builder builder()
public static Class<? extends GetRestApisRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.