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