|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.RouteTableAssociation
public class RouteTableAssociation
Route Table Association
Constructor Summary | |
---|---|
RouteTableAssociation()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RouteTableAssociation()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |