@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUsagePlanKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.
NOOP
Constructor and Description |
---|
DeleteUsagePlanKeyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUsagePlanKeyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
[Required] The Id of the UsagePlanKey resource to be deleted.
|
String |
getUsagePlanId()
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.
|
int |
hashCode() |
void |
setKeyId(String keyId)
[Required] The Id of the UsagePlanKey resource to be deleted.
|
void |
setUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUsagePlanKeyRequest |
withKeyId(String keyId)
[Required] The Id of the UsagePlanKey resource to be deleted.
|
DeleteUsagePlanKeyRequest |
withUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted
UsagePlanKey resource representing a plan customer.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
usagePlanId
- [Required] The Id of the UsagePlan resource representing the usage plan containing the
to-be-deleted UsagePlanKey resource representing a plan customer.public String getUsagePlanId()
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
public DeleteUsagePlanKeyRequest withUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
usagePlanId
- [Required] The Id of the UsagePlan resource representing the usage plan containing the
to-be-deleted UsagePlanKey resource representing a plan customer.public void setKeyId(String keyId)
[Required] The Id of the UsagePlanKey resource to be deleted.
keyId
- [Required] The Id of the UsagePlanKey resource to be deleted.public String getKeyId()
[Required] The Id of the UsagePlanKey resource to be deleted.
public DeleteUsagePlanKeyRequest withKeyId(String keyId)
[Required] The Id of the UsagePlanKey resource to be deleted.
keyId
- [Required] The Id of the UsagePlanKey resource to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteUsagePlanKeyRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.