@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.
|
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.
|
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 |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
|
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 |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a 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 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.
cidr
- The CIDR you want to assign to the IPAM pool.public String getCidr()
The CIDR you want to assign to the IPAM pool.
public ProvisionIpamPoolCidrRequest withCidr(String cidr)
The CIDR you want to assign to the IPAM pool.
cidr
- The CIDR you want to assign to the IPAM pool.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 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()