@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePublicIpv4PoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePublicIpv4PoolResult() |
Modifier and Type | Method and Description |
---|---|
CreatePublicIpv4PoolResult |
clone() |
boolean |
equals(Object obj) |
String |
getPoolId()
The ID of the public IPv4 pool.
|
int |
hashCode() |
void |
setPoolId(String poolId)
The ID of the public IPv4 pool.
|
String |
toString()
Returns a string representation of this object.
|
CreatePublicIpv4PoolResult |
withPoolId(String poolId)
The ID of the public IPv4 pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPoolId(String poolId)
The ID of the public IPv4 pool.
poolId
- The ID of the public IPv4 pool.public String getPoolId()
The ID of the public IPv4 pool.
public CreatePublicIpv4PoolResult withPoolId(String poolId)
The ID of the public IPv4 pool.
poolId
- The ID of the public IPv4 pool.public String toString()
toString
in class Object
Object.toString()
public CreatePublicIpv4PoolResult clone()