@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprovisionPublicIpv4PoolCidrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeprovisionPublicIpv4PoolCidrResult() |
Modifier and Type | Method and Description |
---|---|
DeprovisionPublicIpv4PoolCidrResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDeprovisionedAddresses()
The deprovisioned CIDRs.
|
String |
getPoolId()
The ID of the pool that you deprovisioned the CIDR from.
|
int |
hashCode() |
void |
setDeprovisionedAddresses(Collection<String> deprovisionedAddresses)
The deprovisioned CIDRs.
|
void |
setPoolId(String poolId)
The ID of the pool that you deprovisioned the CIDR from.
|
String |
toString()
Returns a string representation of this object.
|
DeprovisionPublicIpv4PoolCidrResult |
withDeprovisionedAddresses(Collection<String> deprovisionedAddresses)
The deprovisioned CIDRs.
|
DeprovisionPublicIpv4PoolCidrResult |
withDeprovisionedAddresses(String... deprovisionedAddresses)
The deprovisioned CIDRs.
|
DeprovisionPublicIpv4PoolCidrResult |
withPoolId(String poolId)
The ID of the pool that you deprovisioned the CIDR from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPoolId(String poolId)
The ID of the pool that you deprovisioned the CIDR from.
poolId
- The ID of the pool that you deprovisioned the CIDR from.public String getPoolId()
The ID of the pool that you deprovisioned the CIDR from.
public DeprovisionPublicIpv4PoolCidrResult withPoolId(String poolId)
The ID of the pool that you deprovisioned the CIDR from.
poolId
- The ID of the pool that you deprovisioned the CIDR from.public List<String> getDeprovisionedAddresses()
The deprovisioned CIDRs.
public void setDeprovisionedAddresses(Collection<String> deprovisionedAddresses)
The deprovisioned CIDRs.
deprovisionedAddresses
- The deprovisioned CIDRs.public DeprovisionPublicIpv4PoolCidrResult withDeprovisionedAddresses(String... deprovisionedAddresses)
The deprovisioned CIDRs.
NOTE: This method appends the values to the existing list (if any). Use
setDeprovisionedAddresses(java.util.Collection)
or
withDeprovisionedAddresses(java.util.Collection)
if you want to override the existing values.
deprovisionedAddresses
- The deprovisioned CIDRs.public DeprovisionPublicIpv4PoolCidrResult withDeprovisionedAddresses(Collection<String> deprovisionedAddresses)
The deprovisioned CIDRs.
deprovisionedAddresses
- The deprovisioned CIDRs.public String toString()
toString
in class Object
Object.toString()
public DeprovisionPublicIpv4PoolCidrResult clone()
Copyright © 2024. All rights reserved.