@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprovisionIpamPoolCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeprovisionIpamPoolCidrRequest>
NOOP| Constructor and Description |
|---|
DeprovisionIpamPoolCidrRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeprovisionIpamPoolCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The CIDR which you want to deprovision from the pool.
|
Request<DeprovisionIpamPoolCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The ID of the pool that has the CIDR you want to deprovision.
|
int |
hashCode() |
void |
setCidr(String cidr)
The CIDR which you want to deprovision from the pool.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
|
String |
toString()
Returns a string representation of this object.
|
DeprovisionIpamPoolCidrRequest |
withCidr(String cidr)
The CIDR which you want to deprovision from the pool.
|
DeprovisionIpamPoolCidrRequest |
withIpamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
|
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, withSdkRequestTimeoutpublic void setIpamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
ipamPoolId - The ID of the pool that has the CIDR you want to deprovision.public String getIpamPoolId()
The ID of the pool that has the CIDR you want to deprovision.
public DeprovisionIpamPoolCidrRequest withIpamPoolId(String ipamPoolId)
The ID of the pool that has the CIDR you want to deprovision.
ipamPoolId - The ID of the pool that has the CIDR you want to deprovision.public void setCidr(String cidr)
The CIDR which you want to deprovision from the pool.
cidr - The CIDR which you want to deprovision from the pool.public String getCidr()
The CIDR which you want to deprovision from the pool.
public DeprovisionIpamPoolCidrRequest withCidr(String cidr)
The CIDR which you want to deprovision from the pool.
cidr - The CIDR which you want to deprovision from the pool.public Request<DeprovisionIpamPoolCidrRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeprovisionIpamPoolCidrRequest>public String toString()
toString in class ObjectObject.toString()public DeprovisionIpamPoolCidrRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()