@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WithdrawByoipCidrRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<WithdrawByoipCidrRequest>
NOOP| Constructor and Description |
|---|
WithdrawByoipCidrRequest() |
| Modifier and Type | Method and Description |
|---|---|
WithdrawByoipCidrRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
The public IPv4 address range, in CIDR notation.
|
Request<WithdrawByoipCidrRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
String |
toString()
Returns a string representation of this object.
|
WithdrawByoipCidrRequest |
withCidr(String cidr)
The public IPv4 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 public IPv4 address range, in CIDR notation.
cidr - The public IPv4 address range, in CIDR notation.public String getCidr()
The public IPv4 address range, in CIDR notation.
public WithdrawByoipCidrRequest withCidr(String cidr)
The public IPv4 address range, in CIDR notation.
cidr - The public IPv4 address range, in CIDR notation.public Request<WithdrawByoipCidrRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<WithdrawByoipCidrRequest>public String toString()
toString in class ObjectObject.toString()public WithdrawByoipCidrRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.