@Generated(value="software.amazon.awssdk:codegen") public final class DeprovisionPublicIpv4PoolCidrRequest extends Ec2Request implements ToCopyableBuilder<DeprovisionPublicIpv4PoolCidrRequest.Builder,DeprovisionPublicIpv4PoolCidrRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeprovisionPublicIpv4PoolCidrRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeprovisionPublicIpv4PoolCidrRequest.Builder |
builder() |
String |
cidr()
The CIDR you want to deprovision from the pool.
|
Boolean |
dryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
poolId()
The ID of the pool that you want to deprovision the CIDR from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeprovisionPublicIpv4PoolCidrRequest.Builder> |
serializableBuilderClass() |
DeprovisionPublicIpv4PoolCidrRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean dryRun()
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
DryRunOperation. Otherwise, it is UnauthorizedOperation.public final String poolId()
The ID of the pool that you want to deprovision the CIDR from.
public final String cidr()
The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of
/32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a
/24, you will have to run this command to deprovision each of the 256 IP addresses in the
/24 CIDR.
/32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a
/24, you will have to run this command to deprovision each of the 256 IP addresses in the
/24 CIDR.public DeprovisionPublicIpv4PoolCidrRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeprovisionPublicIpv4PoolCidrRequest.Builder,DeprovisionPublicIpv4PoolCidrRequest>toBuilder in class Ec2Requestpublic static DeprovisionPublicIpv4PoolCidrRequest.Builder builder()
public static Class<? extends DeprovisionPublicIpv4PoolCidrRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.