public class RouteTableAssociation extends Object implements Serializable
Constructor and Description |
---|
RouteTableAssociation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.