@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionPublicIpv4PoolCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ProvisionPublicIpv4PoolCidrResult() |
Modifier and Type | Method and Description |
---|---|
ProvisionPublicIpv4PoolCidrResult |
clone() |
boolean |
equals(Object obj) |
PublicIpv4PoolRange |
getPoolAddressRange() |
String |
getPoolId()
The ID of the pool that you want to provision the CIDR to.
|
int |
hashCode() |
void |
setPoolAddressRange(PublicIpv4PoolRange poolAddressRange) |
void |
setPoolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionPublicIpv4PoolCidrResult |
withPoolAddressRange(PublicIpv4PoolRange poolAddressRange) |
ProvisionPublicIpv4PoolCidrResult |
withPoolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPoolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
poolId
- The ID of the pool that you want to provision the CIDR to.public String getPoolId()
The ID of the pool that you want to provision the CIDR to.
public ProvisionPublicIpv4PoolCidrResult withPoolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
poolId
- The ID of the pool that you want to provision the CIDR to.public void setPoolAddressRange(PublicIpv4PoolRange poolAddressRange)
poolAddressRange
- public PublicIpv4PoolRange getPoolAddressRange()
public ProvisionPublicIpv4PoolCidrResult withPoolAddressRange(PublicIpv4PoolRange poolAddressRange)
poolAddressRange
- public String toString()
toString
in class Object
Object.toString()
public ProvisionPublicIpv4PoolCidrResult clone()
Copyright © 2022. All rights reserved.