@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoipPoolUsageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCoipPoolUsageResult() |
Modifier and Type | Method and Description |
---|---|
GetCoipPoolUsageResult |
clone() |
boolean |
equals(Object obj) |
List<CoipAddressUsage> |
getCoipAddressUsages()
Information about the address usage.
|
String |
getCoipPoolId()
The ID of the customer-owned address pool.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
|
void |
setCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetCoipPoolUsageResult |
withCoipAddressUsages(CoipAddressUsage... coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResult |
withCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResult |
withCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
GetCoipPoolUsageResult |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
GetCoipPoolUsageResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId
- The ID of the customer-owned address pool.public String getCoipPoolId()
The ID of the customer-owned address pool.
public GetCoipPoolUsageResult withCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId
- The ID of the customer-owned address pool.public List<CoipAddressUsage> getCoipAddressUsages()
Information about the address usage.
public void setCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
coipAddressUsages
- Information about the address usage.public GetCoipPoolUsageResult withCoipAddressUsages(CoipAddressUsage... coipAddressUsages)
Information about the address usage.
NOTE: This method appends the values to the existing list (if any). Use
setCoipAddressUsages(java.util.Collection)
or withCoipAddressUsages(java.util.Collection)
if
you want to override the existing values.
coipAddressUsages
- Information about the address usage.public GetCoipPoolUsageResult withCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
coipAddressUsages
- Information about the address usage.public void setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public String getLocalGatewayRouteTableId()
The ID of the local gateway route table.
public GetCoipPoolUsageResult withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public GetCoipPoolUsageResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public GetCoipPoolUsageResult clone()