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