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