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