@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionIpamPoolCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ProvisionIpamPoolCidrRequest>
NOOP
Constructor and Description |
---|
ProvisionIpamPoolCidrRequest() |
Modifier and Type | Method and Description |
---|---|
ProvisionIpamPoolCidrRequest |
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 assign to the IPAM pool.
|
IpamCidrAuthorizationContext |
getCidrAuthorizationContext()
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using
BYOIP.
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Request<ProvisionIpamPoolCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamExternalResourceVerificationTokenId()
Verification token ID.
|
String |
getIpamPoolId()
The ID of the IPAM pool to which you want to assign a CIDR.
|
Integer |
getNetmaskLength()
The netmask length of the CIDR you'd like to provision to a pool.
|
String |
getVerificationMethod()
The method for verifying control of a public IP address range.
|
int |
hashCode() |
void |
setCidr(String cidr)
The CIDR you want to assign to the IPAM pool.
|
void |
setCidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using
BYOIP.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setIpamExternalResourceVerificationTokenId(String ipamExternalResourceVerificationTokenId)
Verification token ID.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
|
void |
setNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool.
|
void |
setVerificationMethod(String verificationMethod)
The method for verifying control of a public IP address range.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionIpamPoolCidrRequest |
withCidr(String cidr)
The CIDR you want to assign to the IPAM pool.
|
ProvisionIpamPoolCidrRequest |
withCidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using
BYOIP.
|
ProvisionIpamPoolCidrRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ProvisionIpamPoolCidrRequest |
withIpamExternalResourceVerificationTokenId(String ipamExternalResourceVerificationTokenId)
Verification token ID.
|
ProvisionIpamPoolCidrRequest |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
|
ProvisionIpamPoolCidrRequest |
withNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool.
|
ProvisionIpamPoolCidrRequest |
withVerificationMethod(String verificationMethod)
The method for verifying control of a public IP address range.
|
ProvisionIpamPoolCidrRequest |
withVerificationMethod(VerificationMethod verificationMethod)
The method for verifying control of a public IP address range.
|
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 to which you want to assign a CIDR.
ipamPoolId
- The ID of the IPAM pool to which you want to assign a CIDR.public String getIpamPoolId()
The ID of the IPAM pool to which you want to assign a CIDR.
public ProvisionIpamPoolCidrRequest withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
ipamPoolId
- The ID of the IPAM pool to which you want to assign a CIDR.public void setCidr(String cidr)
The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.
cidr
- The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value
will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.public String getCidr()
The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.
public ProvisionIpamPoolCidrRequest withCidr(String cidr)
The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.
cidr
- The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value
will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.public void setCidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring a specified IP address range to Amazon
using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.public IpamCidrAuthorizationContext getCidrAuthorizationContext()
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.
public ProvisionIpamPoolCidrRequest withCidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring a specified IP address range to Amazon
using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.public void setNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.
netmaskLength
- The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning
Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools.
Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.public Integer getNetmaskLength()
The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.
public ProvisionIpamPoolCidrRequest withNetmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.
netmaskLength
- The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning
Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools.
Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public ProvisionIpamPoolCidrRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public void setVerificationMethod(String verificationMethod)
The method for verifying control of a public IP address range. Defaults to remarks-x509
if not
specified. This option only applies to IPv4 and IPv6 pools in the public scope.
verificationMethod
- The method for verifying control of a public IP address range. Defaults to remarks-x509
if
not specified. This option only applies to IPv4 and IPv6 pools in the public scope.VerificationMethod
public String getVerificationMethod()
The method for verifying control of a public IP address range. Defaults to remarks-x509
if not
specified. This option only applies to IPv4 and IPv6 pools in the public scope.
remarks-x509
if
not specified. This option only applies to IPv4 and IPv6 pools in the public scope.VerificationMethod
public ProvisionIpamPoolCidrRequest withVerificationMethod(String verificationMethod)
The method for verifying control of a public IP address range. Defaults to remarks-x509
if not
specified. This option only applies to IPv4 and IPv6 pools in the public scope.
verificationMethod
- The method for verifying control of a public IP address range. Defaults to remarks-x509
if
not specified. This option only applies to IPv4 and IPv6 pools in the public scope.VerificationMethod
public ProvisionIpamPoolCidrRequest withVerificationMethod(VerificationMethod verificationMethod)
The method for verifying control of a public IP address range. Defaults to remarks-x509
if not
specified. This option only applies to IPv4 and IPv6 pools in the public scope.
verificationMethod
- The method for verifying control of a public IP address range. Defaults to remarks-x509
if
not specified. This option only applies to IPv4 and IPv6 pools in the public scope.VerificationMethod
public void setIpamExternalResourceVerificationTokenId(String ipamExternalResourceVerificationTokenId)
Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.
ipamExternalResourceVerificationTokenId
- Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.public String getIpamExternalResourceVerificationTokenId()
Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.
public ProvisionIpamPoolCidrRequest withIpamExternalResourceVerificationTokenId(String ipamExternalResourceVerificationTokenId)
Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.
ipamExternalResourceVerificationTokenId
- Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.public Request<ProvisionIpamPoolCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ProvisionIpamPoolCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public ProvisionIpamPoolCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()