@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDedicatedIpPoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The following element is returned by the service.
Constructor and Description |
---|
GetDedicatedIpPoolResult() |
Modifier and Type | Method and Description |
---|---|
GetDedicatedIpPoolResult |
clone() |
boolean |
equals(Object obj) |
DedicatedIpPool |
getDedicatedIpPool()
An object that contains information about a dedicated IP pool.
|
int |
hashCode() |
void |
setDedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
|
String |
toString()
Returns a string representation of this object.
|
GetDedicatedIpPoolResult |
withDedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
dedicatedIpPool
- An object that contains information about a dedicated IP pool.public DedicatedIpPool getDedicatedIpPool()
An object that contains information about a dedicated IP pool.
public GetDedicatedIpPoolResult withDedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
dedicatedIpPool
- An object that contains information about a dedicated IP pool.public String toString()
toString
in class Object
Object.toString()
public GetDedicatedIpPoolResult clone()