Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDeploymentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
Requests Amazon API Gateway to get information about a Deployments collection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeploymentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetDeploymentsRequest.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.
|
String |
restApiId() |
The identifier of the RestApi resource for the collection of Deployment resources to get
information about.
|
static Class<? extends GetDeploymentsRequest.Builder> |
serializableBuilderClass() |
|
GetDeploymentsRequest.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 restApiId()
The identifier of the RestApi resource for the collection of Deployment resources to get information about.
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 GetDeploymentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeploymentsRequest.Builder,GetDeploymentsRequest>
public static GetDeploymentsRequest.Builder builder()
public static Class<? extends GetDeploymentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.