Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
@Generated("software.amazon.awssdk:codegen") public class GetUsagePlansRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
The GET request to get all the usage plans of the caller's account.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUsagePlansRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetUsagePlansRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
The identifier of the API key associated with the usage plans.
|
Integer |
limit() |
The maximum number of returned results per page.
|
String |
position() |
The current pagination position in the paged result set.
|
static Class<? extends GetUsagePlansRequest.Builder> |
serializableBuilderClass() |
|
GetUsagePlansRequest.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 String keyId()
The identifier of the API key associated with the usage plans.
public Integer limit()
The maximum number of returned results per page.
public GetUsagePlansRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
public static GetUsagePlansRequest.Builder builder()
public static Class<? extends GetUsagePlansRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.