Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateUsagePlanKeyRequest extends AmazonWebServiceRequest 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 | Description |
---|---|---|
static interface |
CreateUsagePlanKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateUsagePlanKeyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends CreateUsagePlanKeyRequest.Builder> |
serializableBuilderClass() |
|
CreateUsagePlanKeyRequest.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-created
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-created UsagePlanKey resource representing a plan customer.
public String keyId()
The identifier of a UsagePlanKey resource for a plan customer.
public String keyType()
The type of a UsagePlanKey resource for a plan customer.
public CreateUsagePlanKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>
public static CreateUsagePlanKeyRequest.Builder builder()
public static Class<? extends CreateUsagePlanKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.