@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCoipPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteCoipPoolRequest>
NOOP
Constructor and Description |
---|
DeleteCoipPoolRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCoipPoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCoipPoolId()
The ID of the CoIP pool that you want to delete.
|
Request<DeleteCoipPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCoipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCoipPoolRequest |
withCoipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
|
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 setCoipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
coipPoolId
- The ID of the CoIP pool that you want to delete.public String getCoipPoolId()
The ID of the CoIP pool that you want to delete.
public DeleteCoipPoolRequest withCoipPoolId(String coipPoolId)
The ID of the CoIP pool that you want to delete.
coipPoolId
- The ID of the CoIP pool that you want to delete.public Request<DeleteCoipPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteCoipPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteCoipPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()