@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2RouteTableDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about a route table for the specified VPC.
Constructor and Description |
---|
AwsEc2RouteTableDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEc2RouteTableDetails |
clone() |
boolean |
equals(Object obj) |
List<AssociationSetDetails> |
getAssociationSet()
The associations between a route table and one or more subnets or a gateway.
|
String |
getOwnerId()
The ID of the Amazon Web Services account that owns the route table.
|
List<PropagatingVgwSetDetails> |
getPropagatingVgwSet()
Describes a virtual private gateway propagating route.
|
List<RouteSetDetails> |
getRouteSet()
The routes in the route table.
|
String |
getRouteTableId()
The ID of the route table.
|
String |
getVpcId()
The ID of the virtual private cloud (VPC).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
|
void |
setOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
|
void |
setPropagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
void |
setRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
void |
setVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2RouteTableDetails |
withAssociationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails |
withAssociationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
|
AwsEc2RouteTableDetails |
withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
|
AwsEc2RouteTableDetails |
withPropagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails |
withPropagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)
Describes a virtual private gateway propagating route.
|
AwsEc2RouteTableDetails |
withRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails |
withRouteSet(RouteSetDetails... routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails |
withRouteTableId(String routeTableId)
The ID of the route table.
|
AwsEc2RouteTableDetails |
withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
public List<AssociationSetDetails> getAssociationSet()
The associations between a route table and one or more subnets or a gateway.
public void setAssociationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
associationSet
- The associations between a route table and one or more subnets or a gateway.public AwsEc2RouteTableDetails withAssociationSet(AssociationSetDetails... associationSet)
The associations between a route table and one or more subnets or a gateway.
NOTE: This method appends the values to the existing list (if any). Use
setAssociationSet(java.util.Collection)
or withAssociationSet(java.util.Collection)
if you want
to override the existing values.
associationSet
- The associations between a route table and one or more subnets or a gateway.public AwsEc2RouteTableDetails withAssociationSet(Collection<AssociationSetDetails> associationSet)
The associations between a route table and one or more subnets or a gateway.
associationSet
- The associations between a route table and one or more subnets or a gateway.public void setOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
ownerId
- The ID of the Amazon Web Services account that owns the route table.public String getOwnerId()
The ID of the Amazon Web Services account that owns the route table.
public AwsEc2RouteTableDetails withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the route table.
ownerId
- The ID of the Amazon Web Services account that owns the route table.public List<PropagatingVgwSetDetails> getPropagatingVgwSet()
Describes a virtual private gateway propagating route.
public void setPropagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
propagatingVgwSet
- Describes a virtual private gateway propagating route.public AwsEc2RouteTableDetails withPropagatingVgwSet(PropagatingVgwSetDetails... propagatingVgwSet)
Describes a virtual private gateway propagating route.
NOTE: This method appends the values to the existing list (if any). Use
setPropagatingVgwSet(java.util.Collection)
or withPropagatingVgwSet(java.util.Collection)
if
you want to override the existing values.
propagatingVgwSet
- Describes a virtual private gateway propagating route.public AwsEc2RouteTableDetails withPropagatingVgwSet(Collection<PropagatingVgwSetDetails> propagatingVgwSet)
Describes a virtual private gateway propagating route.
propagatingVgwSet
- Describes a virtual private gateway propagating route.public void setRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public String getRouteTableId()
The ID of the route table.
public AwsEc2RouteTableDetails withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public List<RouteSetDetails> getRouteSet()
The routes in the route table.
public void setRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
routeSet
- The routes in the route table.public AwsEc2RouteTableDetails withRouteSet(RouteSetDetails... routeSet)
The routes in the route table.
NOTE: This method appends the values to the existing list (if any). Use
setRouteSet(java.util.Collection)
or withRouteSet(java.util.Collection)
if you want to override
the existing values.
routeSet
- The routes in the route table.public AwsEc2RouteTableDetails withRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
routeSet
- The routes in the route table.public void setVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId
- The ID of the virtual private cloud (VPC).public String getVpcId()
The ID of the virtual private cloud (VPC).
public AwsEc2RouteTableDetails withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
vpcId
- The ID of the virtual private cloud (VPC).public String toString()
toString
in class Object
Object.toString()
public AwsEc2RouteTableDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.