@Generated(value="software.amazon.awssdk:codegen") public final class GetUsagePlanKeyRequest extends ApiGatewayRequest implements ToCopyableBuilder<GetUsagePlanKeyRequest.Builder,GetUsagePlanKeyRequest>
The GET request to get a usage plan key of a given key identifier.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetUsagePlanKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetUsagePlanKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetUsagePlanKeyRequest.Builder> |
serializableBuilderClass() |
GetUsagePlanKeyRequest.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 keyId()
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
public GetUsagePlanKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetUsagePlanKeyRequest.Builder,GetUsagePlanKeyRequest>toBuilder in class ApiGatewayRequestpublic static GetUsagePlanKeyRequest.Builder builder()
public static Class<? extends GetUsagePlanKeyRequest.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.