@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvertiseByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AdvertiseByoipCidrRequest() |
Modifier and Type | Method and Description |
---|---|
AdvertiseByoipCidrRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCidr()
The address range, in CIDR notation.
|
int |
hashCode() |
void |
setCidr(String cidr)
The address range, in CIDR notation.
|
String |
toString()
Returns a string representation of this object.
|
AdvertiseByoipCidrRequest |
withCidr(String cidr)
The address range, in CIDR notation.
|
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 address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
cidr
- The address range, in CIDR notation. This must be the exact range that you provisioned. You can't
advertise only a portion of the provisioned range.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
public String getCidr()
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
public AdvertiseByoipCidrRequest withCidr(String cidr)
The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
cidr
- The address range, in CIDR notation. This must be the exact range that you provisioned. You can't
advertise only a portion of the provisioned range.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public AdvertiseByoipCidrRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()