@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoipCidr extends Object implements Serializable, Cloneable
Information about a customer-owned IP address range.
Constructor and Description |
---|
CoipCidr() |
Modifier and Type | Method and Description |
---|---|
CoipCidr |
clone() |
boolean |
equals(Object obj) |
String |
getCidr()
An address range in a customer-owned IP address space.
|
String |
getCoipPoolId()
The ID of the address pool.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
int |
hashCode() |
void |
setCidr(String cidr)
An address range in a customer-owned IP address space.
|
void |
setCoipPoolId(String coipPoolId)
The ID of the address pool.
|
void |
setLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
String |
toString()
Returns a string representation of this object.
|
CoipCidr |
withCidr(String cidr)
An address range in a customer-owned IP address space.
|
CoipCidr |
withCoipPoolId(String coipPoolId)
The ID of the address pool.
|
CoipCidr |
withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
public void setCidr(String cidr)
An address range in a customer-owned IP address space.
cidr
- An address range in a customer-owned IP address space.public String getCidr()
An address range in a customer-owned IP address space.
public CoipCidr withCidr(String cidr)
An address range in a customer-owned IP address space.
cidr
- An address range in a customer-owned IP address space.public void setCoipPoolId(String coipPoolId)
The ID of the address pool.
coipPoolId
- The ID of the address pool.public String getCoipPoolId()
The ID of the address pool.
public CoipCidr withCoipPoolId(String coipPoolId)
The ID of the address pool.
coipPoolId
- The ID of the address pool.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 CoipCidr withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.public String toString()
toString
in class Object
Object.toString()