|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.RouteTable
public class RouteTable
Route Table
Constructor Summary | |
---|---|
RouteTable()
|
Method Summary | |
---|---|
List<RouteTableAssociation> |
getAssociations()
Returns the value of the Associations property for this object. |
List<Route> |
getRoutes()
Returns the value of the Routes property for this object. |
String |
getRouteTableId()
Returns the value of the RouteTableId property for this object. |
List<Tag> |
getTags()
Returns the value of the Tags property for this object. |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
void |
setAssociations(Collection<RouteTableAssociation> associations)
Sets the value of the Associations property for this object. |
void |
setRoutes(Collection<Route> routes)
Sets the value of the Routes property for this object. |
void |
setRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object. |
void |
setTags(Collection<Tag> tags)
Sets the value of the Tags property for this object. |
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RouteTable |
withAssociations(Collection<RouteTableAssociation> associations)
Sets the value of the Associations property for this object. |
RouteTable |
withAssociations(RouteTableAssociation... associations)
Sets the value of the Associations property for this object. |
RouteTable |
withRoutes(Collection<Route> routes)
Sets the value of the Routes property for this object. |
RouteTable |
withRoutes(Route... routes)
Sets the value of the Routes property for this object. |
RouteTable |
withRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object. |
RouteTable |
withTags(Collection<Tag> tags)
Sets the value of the Tags property for this object. |
RouteTable |
withTags(Tag... tags)
Sets the value of the Tags property for this object. |
RouteTable |
withVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RouteTable()
Method Detail |
---|
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId
- The new value for the RouteTableId property for this object.public RouteTable withRouteTableId(String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId
- The new value for the RouteTableId property for this object.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The new value for the VpcId property for this object.public RouteTable withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The new value for the VpcId property for this object.
public List<Route> getRoutes()
public void setRoutes(Collection<Route> routes)
routes
- The new value for the Routes property for this object.public RouteTable withRoutes(Route... routes)
Returns a reference to this object so that method calls can be chained together.
routes
- The new value for the Routes property for this object.
public RouteTable withRoutes(Collection<Route> routes)
Returns a reference to this object so that method calls can be chained together.
routes
- The new value for the Routes property for this object.
public List<RouteTableAssociation> getAssociations()
public void setAssociations(Collection<RouteTableAssociation> associations)
associations
- The new value for the Associations property for this object.public RouteTable withAssociations(RouteTableAssociation... associations)
Returns a reference to this object so that method calls can be chained together.
associations
- The new value for the Associations property for this object.
public RouteTable withAssociations(Collection<RouteTableAssociation> associations)
Returns a reference to this object so that method calls can be chained together.
associations
- The new value for the Associations property for this object.
public List<Tag> getTags()
public void setTags(Collection<Tag> tags)
tags
- The new value for the Tags property for this object.public RouteTable withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.
public RouteTable withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |