@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIpamPoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DeleteIpamPoolResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteIpamPoolResult | clone() | 
| boolean | equals(Object obj) | 
| IpamPool | getIpamPool()
 Information about the results of the deletion. | 
| int | hashCode() | 
| void | setIpamPool(IpamPool ipamPool)
 Information about the results of the deletion. | 
| String | toString()Returns a string representation of this object. | 
| DeleteIpamPoolResult | withIpamPool(IpamPool ipamPool)
 Information about the results of the deletion. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIpamPool(IpamPool ipamPool)
Information about the results of the deletion.
ipamPool - Information about the results of the deletion.public IpamPool getIpamPool()
Information about the results of the deletion.
public DeleteIpamPoolResult withIpamPool(IpamPool ipamPool)
Information about the results of the deletion.
ipamPool - Information about the results of the deletion.public String toString()
toString in class ObjectObject.toString()public DeleteIpamPoolResult clone()