@Generated(value="software.amazon.awssdk:codegen") public final class GetUsagePlanKeysRequest extends ApiGatewayRequest 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 and Description |
|---|---|
static interface |
GetUsagePlanKeysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetUsagePlanKeysRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetUsagePlanKeysRequest.Builder> |
serializableBuilderClass() |
GetUsagePlanKeysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usagePlanId()
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource
representing a plan customer.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String usagePlanId()
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
public final String position()
The current pagination position in the paged result set.
public final Integer limit()
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
public final String nameQuery()
A query parameter specifying the name of the to-be-returned usage plan keys.
public GetUsagePlanKeysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>toBuilder in class ApiGatewayRequestpublic static GetUsagePlanKeysRequest.Builder builder()
public static Class<? extends GetUsagePlanKeysRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.