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