@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCoipCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteCoipCidrResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCoipCidrResult |
clone() |
boolean |
equals(Object obj) |
CoipCidr |
getCoipCidr()
Information about a range of customer-owned IP addresses.
|
int |
hashCode() |
void |
setCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCoipCidrResult |
withCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
coipCidr - Information about a range of customer-owned IP addresses.public CoipCidr getCoipCidr()
Information about a range of customer-owned IP addresses.
public DeleteCoipCidrResult withCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
coipCidr - Information about a range of customer-owned IP addresses.public String toString()
toString in class ObjectObject.toString()public DeleteCoipCidrResult clone()