Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteUsagePlanKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteUsagePlanKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteUsagePlanKeyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
The Id of the UsagePlanKey resource to be deleted.
|
static Class<? extends DeleteUsagePlanKeyRequest.Builder> |
serializableBuilderClass() |
|
DeleteUsagePlanKeyRequest.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-deleted
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-deleted UsagePlanKey resource representing a plan customer.
public String keyId()
The Id of the UsagePlanKey resource to be deleted.
public DeleteUsagePlanKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteUsagePlanKeyRequest.Builder,DeleteUsagePlanKeyRequest>
public static DeleteUsagePlanKeyRequest.Builder builder()
public static Class<? extends DeleteUsagePlanKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.