@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUsagePlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The DELETE request to delete a uasge plan of a given plan Id.
NOOP| Constructor and Description |
|---|
DeleteUsagePlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteUsagePlanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getUsagePlanId()
The Id of the to-be-deleted usage plan.
|
int |
hashCode() |
void |
setUsagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteUsagePlanRequest |
withUsagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUsagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
usagePlanId - The Id of the to-be-deleted usage plan.public String getUsagePlanId()
The Id of the to-be-deleted usage plan.
public DeleteUsagePlanRequest withUsagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
usagePlanId - The Id of the to-be-deleted usage plan.public String toString()
toString in class ObjectObject.toString()public DeleteUsagePlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.