@Generated(value="software.amazon.awssdk:codegen") public final class CreateUsagePlanKeyRequest extends ApiGatewayRequest implements ToCopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>
The POST request to create a usage plan key for adding an existing API key to a usage plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUsagePlanKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateUsagePlanKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
The identifier of a UsagePlanKey resource for a plan customer.
|
String |
keyType()
The type of a UsagePlanKey resource for a plan customer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateUsagePlanKeyRequest.Builder> |
serializableBuilderClass() |
CreateUsagePlanKeyRequest.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-created 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-created UsagePlanKey resource representing a plan customer.
public final String keyId()
The identifier of a UsagePlanKey resource for a plan customer.
public final String keyType()
The type of a UsagePlanKey resource for a plan customer.
public CreateUsagePlanKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>toBuilder in class ApiGatewayRequestpublic static CreateUsagePlanKeyRequest.Builder builder()
public static Class<? extends CreateUsagePlanKeyRequest.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.