public class CreateVpnConnectionRouteRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateVpnConnectionRoute operation.| コンストラクタと説明 |
|---|
CreateVpnConnectionRouteRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this
object.
|
java.lang.String |
getVpnConnectionId()
Returns the value of the VpnConnectionId property for this object.
|
int |
hashCode() |
void |
setDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object.
|
void |
setVpnConnectionId(java.lang.String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnConnectionRouteRequest |
withDestinationCidrBlock(java.lang.String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object.
|
CreateVpnConnectionRouteRequest |
withVpnConnectionId(java.lang.String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getVpnConnectionId()
public void setVpnConnectionId(java.lang.String vpnConnectionId)
vpnConnectionId - The new value for the VpnConnectionId property for this object.public CreateVpnConnectionRouteRequest withVpnConnectionId(java.lang.String vpnConnectionId)
Returns a reference to this object so that method calls can be chained together.
vpnConnectionId - The new value for the VpnConnectionId 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 CreateVpnConnectionRouteRequest 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 toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object