@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUsagePlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The DELETE request to delete a usage plan of a given plan Id.
NOOP
Constructor and Description |
---|
DeleteUsagePlanRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUsagePlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DeleteUsagePlanRequest |
withUsagePlanId(String usagePlanId)
The Id of the to-be-deleted usage plan.
|
addHandlerContext, 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)
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 Object
Object.toString()
public DeleteUsagePlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()