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