@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateIpamPoolCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AllocateIpamPoolCidrResult() |
| Modifier and Type | Method and Description |
|---|---|
AllocateIpamPoolCidrResult |
clone() |
boolean |
equals(Object obj) |
IpamPoolAllocation |
getIpamPoolAllocation()
Information about the allocation created.
|
int |
hashCode() |
void |
setIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
String |
toString()
Returns a string representation of this object.
|
AllocateIpamPoolCidrResult |
withIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
ipamPoolAllocation - Information about the allocation created.public IpamPoolAllocation getIpamPoolAllocation()
Information about the allocation created.
public AllocateIpamPoolCidrResult withIpamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
ipamPoolAllocation - Information about the allocation created.public String toString()
toString in class ObjectObject.toString()public AllocateIpamPoolCidrResult clone()