|
|||||||
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 | |
---|---|
Boolean |
getMain()
Returns the value of the Main property for this object. |
String |
getRouteTableAssociationId()
Returns the value of the RouteTableAssociationId property for this object. |
String |
getRouteTableId()
Returns the value of the RouteTableId property for this object. |
String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
Boolean |
isMain()
Returns the value of the Main property for this object. |
void |
setMain(Boolean main)
Sets the value of the Main property for this object. |
void |
setRouteTableAssociationId(String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this object. |
void |
setRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object. |
void |
setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RouteTableAssociation |
withMain(Boolean main)
Sets the value of the Main property for this object. |
RouteTableAssociation |
withRouteTableAssociationId(String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this object. |
RouteTableAssociation |
withRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object. |
RouteTableAssociation |
withSubnetId(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 String getRouteTableAssociationId()
public void setRouteTableAssociationId(String routeTableAssociationId)
routeTableAssociationId
- The new value for the RouteTableAssociationId property for this
object.public RouteTableAssociation withRouteTableAssociationId(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 String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId
- The new value for the RouteTableId property for this object.public RouteTableAssociation withRouteTableId(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 String getSubnetId()
public void setSubnetId(String subnetId)
subnetId
- The new value for the SubnetId property for this object.public RouteTableAssociation withSubnetId(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 Boolean isMain()
public void setMain(Boolean main)
main
- The new value for the Main property for this object.public RouteTableAssociation withMain(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 Boolean getMain()
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |