|
Did this page help you?Yes No Tell us about it... |
||||||
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 | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<RouteTableAssociation> |
getAssociations()
Returns the value of the Associations property for this object. |
java.util.List<PropagatedRoute> |
getPropagatedRoutes()
Returns the value of the PropagatedRoutes property for this object. |
java.util.List<PropagatingVgw> |
getPropagatingVgws()
Returns the value of the PropagatingVgws 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. |
int |
hashCode()
|
void |
setAssociations(java.util.Collection<RouteTableAssociation> associations)
Sets the value of the Associations property for this object. |
void |
setPropagatedRoutes(java.util.Collection<PropagatedRoute> propagatedRoutes)
Sets the value of the PropagatedRoutes property for this object. |
void |
setPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
Sets the value of the PropagatingVgws 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 |
withPropagatedRoutes(java.util.Collection<PropagatedRoute> propagatedRoutes)
Sets the value of the PropagatedRoutes property for this object. |
RouteTable |
withPropagatedRoutes(PropagatedRoute... propagatedRoutes)
Sets the value of the PropagatedRoutes property for this object. |
RouteTable |
withPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
Sets the value of the PropagatingVgws property for this object. |
RouteTable |
withPropagatingVgws(PropagatingVgw... propagatingVgws)
Sets the value of the PropagatingVgws 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 |
---|
getClass, 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.util.List<PropagatingVgw> getPropagatingVgws()
public void setPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
propagatingVgws
- The new value for the PropagatingVgws property for this object.public RouteTable withPropagatingVgws(PropagatingVgw... propagatingVgws)
Returns a reference to this object so that method calls can be chained together.
propagatingVgws
- The new value for the PropagatingVgws property for this object.
public RouteTable withPropagatingVgws(java.util.Collection<PropagatingVgw> propagatingVgws)
Returns a reference to this object so that method calls can be chained together.
propagatingVgws
- The new value for the PropagatingVgws property for this object.
public java.util.List<PropagatedRoute> getPropagatedRoutes()
public void setPropagatedRoutes(java.util.Collection<PropagatedRoute> propagatedRoutes)
propagatedRoutes
- The new value for the PropagatedRoutes property for this object.public RouteTable withPropagatedRoutes(PropagatedRoute... propagatedRoutes)
Returns a reference to this object so that method calls can be chained together.
propagatedRoutes
- The new value for the PropagatedRoutes property for this object.
public RouteTable withPropagatedRoutes(java.util.Collection<PropagatedRoute> propagatedRoutes)
Returns a reference to this object so that method calls can be chained together.
propagatedRoutes
- The new value for the PropagatedRoutes property for this object.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |