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