@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() |
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 |
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 |
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 |
withPoolId(String poolId)
The ID of the public IPv4 pool you would like to use for this CIDR.
|
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, 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 Request<ProvisionPublicIpv4PoolCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ProvisionPublicIpv4PoolCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public ProvisionPublicIpv4PoolCidrRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.