@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ProvisionByoipCidrRequest() |
Modifier and Type | Method and Description |
---|---|
ProvisionByoipCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The public IPv4 address range, in CIDR notation.
|
CidrAuthorizationContext |
getCidrAuthorizationContext()
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using
BYOIP.
|
int |
hashCode() |
void |
setCidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
void |
setCidrAuthorizationContext(CidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using
BYOIP.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionByoipCidrRequest |
withCidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
ProvisionByoipCidrRequest |
withCidrAuthorizationContext(CidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using
BYOIP.
|
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 setCidr(String cidr)
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.
cidr
- The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24.
The address range cannot overlap with another address range that you've brought to this or another Region.public String getCidr()
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.
public ProvisionByoipCidrRequest withCidr(String cidr)
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.
cidr
- The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24.
The address range cannot overlap with another address range that you've brought to this or another Region.public void setCidrAuthorizationContext(CidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring the specified IP address range to Amazon
using BYOIP.public CidrAuthorizationContext getCidrAuthorizationContext()
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
public ProvisionByoipCidrRequest withCidrAuthorizationContext(CidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
cidrAuthorizationContext
- A signed document that proves that you are authorized to bring the specified IP address range to Amazon
using BYOIP.public String toString()
toString
in class Object
Object.toString()
public ProvisionByoipCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()