|
|||||||
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 | |
---|---|
java.util.List<RouteTableAssociation> |
getAssociations()
Returns the value of the Associations property for this object. |
java.util.List<Route> |
getRoutes()
Returns the value of the Routes property for this object. |
java.lang.String |
getRouteTableId()
Returns the value of the RouteTableId property for this object. |
java.util.List<Tag> |
getTags()
Returns the value of the Tags property for this object. |
java.lang.String |
getVpcId()
Returns the value of the VpcId property for this object. |
void |
setAssociations(java.util.Collection<RouteTableAssociation> associations)
Sets the value of the Associations property for this object. |
void |
setRoutes(java.util.Collection<Route> routes)
Sets the value of the Routes property for this object. |
void |
setRouteTableId(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object. |
void |
setTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object. |
void |
setVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RouteTable |
withAssociations(java.util.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(java.util.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(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object. |
RouteTable |
withTags(java.util.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(java.lang.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 java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId
- The new value for the RouteTableId property for this object.public RouteTable withRouteTableId(java.lang.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 java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId
- The new value for the VpcId property for this object.public RouteTable withVpcId(java.lang.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 java.util.List<Route> getRoutes()
public void setRoutes(java.util.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(java.util.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 java.util.List<RouteTableAssociation> getAssociations()
public void setAssociations(java.util.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(java.util.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 java.util.List<Tag> getTags()
public void setTags(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |