@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCoipPoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCoipPoolResult() |
Modifier and Type | Method and Description |
---|---|
CreateCoipPoolResult |
clone() |
boolean |
equals(Object obj) |
CoipPool |
getCoipPool()
Information about the CoIP address pool.
|
int |
hashCode() |
void |
setCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
String |
toString()
Returns a string representation of this object.
|
CreateCoipPoolResult |
withCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
coipPool
- Information about the CoIP address pool.public CoipPool getCoipPool()
Information about the CoIP address pool.
public CreateCoipPoolResult withCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
coipPool
- Information about the CoIP address pool.public String toString()
toString
in class Object
Object.toString()
public CreateCoipPoolResult clone()