@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WithdrawByoipCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
WithdrawByoipCidrResult() |
| Modifier and Type | Method and Description |
|---|---|
WithdrawByoipCidrResult |
clone() |
boolean |
equals(Object obj) |
ByoipCidr |
getByoipCidr()
Information about the address pool.
|
int |
hashCode() |
void |
setByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
String |
toString()
Returns a string representation of this object.
|
WithdrawByoipCidrResult |
withByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
byoipCidr - Information about the address pool.public ByoipCidr getByoipCidr()
Information about the address pool.
public WithdrawByoipCidrResult withByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
byoipCidr - Information about the address pool.public String toString()
toString in class ObjectObject.toString()public WithdrawByoipCidrResult clone()