public class RouteTableAssociation
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
RouteTableAssociation() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getMain()
Returns the value of the Main property for this object.
|
java.lang.String |
getRouteTableAssociationId()
Returns the value of the RouteTableAssociationId property for this
object.
|
java.lang.String |
getRouteTableId()
Returns the value of the RouteTableId property for this object.
|
java.lang.String |
getSubnetId()
Returns the value of the SubnetId property for this object.
|
int |
hashCode() |
java.lang.Boolean |
isMain()
Returns the value of the Main property for this object.
|
void |
setMain(java.lang.Boolean main)
Sets the value of the Main property for this object.
|
void |
setRouteTableAssociationId(java.lang.String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this
object.
|
void |
setRouteTableId(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object.
|
void |
setSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RouteTableAssociation |
withMain(java.lang.Boolean main)
Sets the value of the Main property for this object.
|
RouteTableAssociation |
withRouteTableAssociationId(java.lang.String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this
object.
|
RouteTableAssociation |
withRouteTableId(java.lang.String routeTableId)
Sets the value of the RouteTableId property for this object.
|
RouteTableAssociation |
withSubnetId(java.lang.String subnetId)
Sets the value of the SubnetId property for this object.
|
public java.lang.String getRouteTableAssociationId()
public void setRouteTableAssociationId(java.lang.String routeTableAssociationId)
routeTableAssociationId - The new value for the RouteTableAssociationId property for this
object.public RouteTableAssociation withRouteTableAssociationId(java.lang.String routeTableAssociationId)
Returns a reference to this object so that method calls can be chained together.
routeTableAssociationId - The new value for the RouteTableAssociationId 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 RouteTableAssociation 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 getSubnetId()
public void setSubnetId(java.lang.String subnetId)
subnetId - The new value for the SubnetId property for this object.public RouteTableAssociation withSubnetId(java.lang.String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId - The new value for the SubnetId property for this object.public java.lang.Boolean isMain()
public void setMain(java.lang.Boolean main)
main - The new value for the Main property for this object.public RouteTableAssociation withMain(java.lang.Boolean main)
Returns a reference to this object so that method calls can be chained together.
main - The new value for the Main property for this object.public java.lang.Boolean getMain()
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