@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIpamPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteIpamPoolRequest>
NOOP
Constructor and Description |
---|
DeleteIpamPoolRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIpamPoolRequest |
clone() |
boolean |
equals(Object obj) |
Request<DeleteIpamPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The ID of the pool to delete.
|
int |
hashCode() |
void |
setIpamPoolId(String ipamPoolId)
The ID of the pool to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIpamPoolRequest |
withIpamPoolId(String ipamPoolId)
The ID of the pool to delete.
|
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 setIpamPoolId(String ipamPoolId)
The ID of the pool to delete.
ipamPoolId
- The ID of the pool to delete.public String getIpamPoolId()
The ID of the pool to delete.
public DeleteIpamPoolRequest withIpamPoolId(String ipamPoolId)
The ID of the pool to delete.
ipamPoolId
- The ID of the pool to delete.public Request<DeleteIpamPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteIpamPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteIpamPoolRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.