@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoipCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCoipCidrResult() |
Modifier and Type | Method and Description |
---|---|
CreateCoipCidrResult |
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.
|
CreateCoipCidrResult |
withCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CreateCoipCidrResult 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 Object
Object.toString()
public CreateCoipCidrResult clone()