public class RouteTable
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
RouteTable() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<RouteTableAssociation> |
getAssociations()
Returns the value of the Associations 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 |
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 |
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.
|
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.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object