|
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.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateVpnConnectionRouteRequest
public class CreateVpnConnectionRouteRequest
Container for the parameters to the CreateVpnConnectionRoute operation
.
AmazonEC2.createVpnConnectionRoute(CreateVpnConnectionRouteRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateVpnConnectionRouteRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateVpnConnectionRouteRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |