@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getCascade()
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs,
allocations, and other pools.
|
Request<DeleteIpamPoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The ID of the pool to delete.
|
int |
hashCode() |
Boolean |
isCascade()
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs,
allocations, and other pools.
|
void |
setCascade(Boolean cascade)
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs,
allocations, and other pools.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the pool to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIpamPoolRequest |
withCascade(Boolean cascade)
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs,
allocations, and other pools.
|
DeleteIpamPoolRequest |
withIpamPoolId(String ipamPoolId)
The ID of the pool 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 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 void setCascade(Boolean cascade)
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
cascade
- Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned
CIDRs, allocations, and other pools. You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
public Boolean getCascade()
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
public DeleteIpamPoolRequest withCascade(Boolean cascade)
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
cascade
- Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned
CIDRs, allocations, and other pools. You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
public Boolean isCascade()
Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
public Request<DeleteIpamPoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteIpamPoolRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteIpamPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()