|
Did this page help you?Yes No Tell us about it... |
||||||
| 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 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this object. |
java.lang.String |
getGatewayId()
Returns the value of the GatewayId property for this object. |
java.lang.String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
java.lang.String |
getInstanceOwnerId()
Returns the value of the InstanceOwnerId property for this object. |
java.lang.String |
getNetworkInterfaceId()
Returns the value of the NetworkInterfaceId property for this object. |
java.lang.String |
getState()
Returns the value of the State property for this object. |
int |
hashCode()
|
void |
setDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
void |
setGatewayId(java.lang.String gatewayId)
Sets the value of the GatewayId property for this object. |
void |
setInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setInstanceOwnerId(java.lang.String instanceOwnerId)
Sets the value of the InstanceOwnerId property for this object. |
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
void |
setState(java.lang.String state)
Sets the value of the State property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Route |
withDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
Route |
withGatewayId(java.lang.String gatewayId)
Sets the value of the GatewayId property for this object. |
Route |
withInstanceId(java.lang.String instanceId)
Sets the value of the InstanceId property for this object. |
Route |
withInstanceOwnerId(java.lang.String instanceOwnerId)
Sets the value of the InstanceOwnerId property for this object. |
Route |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
Sets the value of the NetworkInterfaceId property for this object. |
Route |
withState(java.lang.String state)
Sets the value of the State property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Route()
| Method Detail |
|---|
public java.lang.String getDestinationCidrBlock()
public void setDestinationCidrBlock(java.lang.String destinationCidrBlock)
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.public Route withDestinationCidrBlock(java.lang.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 java.lang.String getGatewayId()
public void setGatewayId(java.lang.String gatewayId)
gatewayId - The new value for the GatewayId property for this object.public Route withGatewayId(java.lang.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 java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The new value for the InstanceId property for this object.public Route withInstanceId(java.lang.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 java.lang.String getInstanceOwnerId()
public void setInstanceOwnerId(java.lang.String instanceOwnerId)
instanceOwnerId - The new value for the InstanceOwnerId property for this object.public Route withInstanceOwnerId(java.lang.String instanceOwnerId)
Returns a reference to this object so that method calls can be chained together.
instanceOwnerId - The new value for the InstanceOwnerId property for this object.
public java.lang.String getNetworkInterfaceId()
public void setNetworkInterfaceId(java.lang.String networkInterfaceId)
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.public Route withNetworkInterfaceId(java.lang.String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
networkInterfaceId - The new value for the NetworkInterfaceId property for this object.
public java.lang.String getState()
public void setState(java.lang.String state)
state - The new value for the State property for this object.public Route withState(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||