@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyIpamResourceCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifyIpamResourceCidrResult() |
Modifier and Type | Method and Description |
---|---|
ModifyIpamResourceCidrResult |
clone() |
boolean |
equals(Object obj) |
IpamResourceCidr |
getIpamResourceCidr()
The CIDR of the resource.
|
int |
hashCode() |
void |
setIpamResourceCidr(IpamResourceCidr ipamResourceCidr)
The CIDR of the resource.
|
String |
toString()
Returns a string representation of this object.
|
ModifyIpamResourceCidrResult |
withIpamResourceCidr(IpamResourceCidr ipamResourceCidr)
The CIDR of the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIpamResourceCidr(IpamResourceCidr ipamResourceCidr)
The CIDR of the resource.
ipamResourceCidr
- The CIDR of the resource.public IpamResourceCidr getIpamResourceCidr()
The CIDR of the resource.
public ModifyIpamResourceCidrResult withIpamResourceCidr(IpamResourceCidr ipamResourceCidr)
The CIDR of the resource.
ipamResourceCidr
- The CIDR of the resource.public String toString()
toString
in class Object
Object.toString()
public ModifyIpamResourceCidrResult clone()