public class CreateVpnConnectionRouteRequest extends AmazonWebServiceRequest implements Serializable
CreateVpnConnectionRoute operation
.Constructor and Description |
---|
CreateVpnConnectionRouteRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this
object.
|
String |
getVpnConnectionId()
Returns the value of the VpnConnectionId property for this object.
|
int |
hashCode() |
void |
setDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object.
|
void |
setVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnConnectionRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object.
|
CreateVpnConnectionRouteRequest |
withVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getVpnConnectionId()
public void setVpnConnectionId(String vpnConnectionId)
vpnConnectionId
- The new value for the VpnConnectionId property for this object.public CreateVpnConnectionRouteRequest withVpnConnectionId(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 String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
destinationCidrBlock
- The new value for the DestinationCidrBlock property for this object.public CreateVpnConnectionRouteRequest 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 toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.