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