@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionPublicIpv4PoolCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ProvisionPublicIpv4PoolCidrRequest>
NOOP
Constructor and Description |
---|
ProvisionPublicIpv4PoolCidrRequest() |
Modifier and Type | Method and Description |
---|---|
ProvisionPublicIpv4PoolCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<ProvisionPublicIpv4PoolCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamPoolId()
The ID of the IPAM pool you would like to use to allocate this CIDR.
|
Integer |
getNetmaskLength()
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
|
String |
getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
String |
getPoolId()
The ID of the public IPv4 pool you would like to use for this CIDR.
|
int |
hashCode() |
void |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you would like to use to allocate this CIDR.
|
void |
setNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
|
void |
setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
void |
setPoolId(String poolId)
The ID of the public IPv4 pool you would like to use for this CIDR.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionPublicIpv4PoolCidrRequest |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you would like to use to allocate this CIDR.
|
ProvisionPublicIpv4PoolCidrRequest |
withNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
|
ProvisionPublicIpv4PoolCidrRequest |
withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
ProvisionPublicIpv4PoolCidrRequest |
withPoolId(String poolId)
The ID of the public IPv4 pool you would like to use for this CIDR.
|
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 IPAM pool you would like to use to allocate this CIDR.
ipamPoolId
- The ID of the IPAM pool you would like to use to allocate this CIDR.public String getIpamPoolId()
The ID of the IPAM pool you would like to use to allocate this CIDR.
public ProvisionPublicIpv4PoolCidrRequest withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you would like to use to allocate this CIDR.
ipamPoolId
- The ID of the IPAM pool you would like to use to allocate this CIDR.public void setPoolId(String poolId)
The ID of the public IPv4 pool you would like to use for this CIDR.
poolId
- The ID of the public IPv4 pool you would like to use for this CIDR.public String getPoolId()
The ID of the public IPv4 pool you would like to use for this CIDR.
public ProvisionPublicIpv4PoolCidrRequest withPoolId(String poolId)
The ID of the public IPv4 pool you would like to use for this CIDR.
poolId
- The ID of the public IPv4 pool you would like to use for this CIDR.public void setNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
netmaskLength
- The netmask length of the CIDR you would like to allocate to the public IPv4 pool.public Integer getNetmaskLength()
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
public ProvisionPublicIpv4PoolCidrRequest withNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
netmaskLength
- The netmask length of the CIDR you would like to allocate to the public IPv4 pool.public void setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public String getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
public ProvisionPublicIpv4PoolCidrRequest withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public Request<ProvisionPublicIpv4PoolCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ProvisionPublicIpv4PoolCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public ProvisionPublicIpv4PoolCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()