@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()
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.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.