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