Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
@Generated("software.amazon.awssdk:codegen") public class GetUsagePlanKeysRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUsagePlanKeysRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetUsagePlanKeysRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of returned results per page.
|
String |
nameQuery() |
A query parameter specifying the name of the to-be-returned usage plan keys.
|
String |
position() |
The current pagination position in the paged result set.
|
static Class<? extends GetUsagePlanKeysRequest.Builder> |
serializableBuilderClass() |
|
GetUsagePlanKeysRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
usagePlanId() |
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String usagePlanId()
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
public String position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of returned results per page.
public String nameQuery()
A query parameter specifying the name of the to-be-returned usage plan keys.
public GetUsagePlanKeysRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
public static GetUsagePlanKeysRequest.Builder builder()
public static Class<? extends GetUsagePlanKeysRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.