Class GetUsagePlanKeysRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
@Generated("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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerlimit()The maximum number of returned results per page.final StringA query parameter specifying the name of the to-be-returned usage plan keys.final Stringposition()The current pagination position in the paged result set.static Class<? extends GetUsagePlanKeysRequest.Builder>final StringtoString()Returns a string representation of this object.final StringThe Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
usagePlanId
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
- Returns:
- The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
-
position
The current pagination position in the paged result set.
- Returns:
- The current pagination position in the paged result set.
-
limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Returns:
- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
-
nameQuery
A query parameter specifying the name of the to-be-returned usage plan keys.
- Returns:
- A query parameter specifying the name of the to-be-returned usage plan keys.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest> - Specified by:
toBuilderin classApiGatewayRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-