|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Route
public class Route
Route
| Constructor Summary | |
|---|---|
Route()
|
|
| Method Summary | |
|---|---|
String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this object. |
String |
getGatewayId()
Returns the value of the GatewayId property for this object. |
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
String |
getState()
Returns the value of the State property for this object. |
void |
setDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
void |
setGatewayId(String gatewayId)
Sets the value of the GatewayId property for this object. |
void |
setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Route |
withDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
Route |
withGatewayId(String gatewayId)
Sets the value of the GatewayId property for this object. |
Route |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
Route |
withState(String state)
Sets the value of the State property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Route()
| Method Detail |
|---|
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.public Route withDestinationCidrBlock(String destinationCidrBlock)
Returns a reference to this object so that method calls can be chained together.
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.
public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId - The new value for the GatewayId property for this object.public Route withGatewayId(String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId - The new value for the GatewayId property for this object.
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public Route withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The new value for the InstanceId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public Route withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||