public class Route
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
Route() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object