@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() |
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 |
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.
|
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 |
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.
|
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 |
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.
|
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 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 applies to public pools only.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring a specified IP address range to Amazon
using BYOIP. This option applies to public pools only.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 applies to public pools only.
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 applies to public pools only.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring a specified IP address range to Amazon
using BYOIP. This option applies to public pools only.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 Request<ProvisionIpamPoolCidrRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ProvisionIpamPoolCidrRequest>
public String toString()
toString
in class Object
Object.toString()
public ProvisionIpamPoolCidrRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.