@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WithdrawByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
WithdrawByoipCidrRequest() |
| Modifier and Type | Method and Description |
|---|---|
WithdrawByoipCidrRequest |
clone() |
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.
|
WithdrawByoipCidrRequest |
withCidr(String cidr)
The address range, in CIDR notation.
|
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, withSdkRequestTimeoutpublic void setCidr(String cidr)
The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
cidr - The address range, in CIDR notation.
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.
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 WithdrawByoipCidrRequest withCidr(String cidr)
The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
cidr - The address range, in CIDR notation.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
public String toString()
toString in class ObjectObject.toString()public WithdrawByoipCidrRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.