@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyIpamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyIpamResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyIpamResult | clone() | 
| boolean | equals(Object obj) | 
| Ipam | getIpam()
 The results of the modification. | 
| int | hashCode() | 
| void | setIpam(Ipam ipam)
 The results of the modification. | 
| String | toString()Returns a string representation of this object. | 
| ModifyIpamResult | withIpam(Ipam ipam)
 The results of the modification. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIpam(Ipam ipam)
The results of the modification.
ipam - The results of the modification.public Ipam getIpam()
The results of the modification.
public ModifyIpamResult withIpam(Ipam ipam)
The results of the modification.
ipam - The results of the modification.public String toString()
toString in class ObjectObject.toString()public ModifyIpamResult clone()