|
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.DeleteVpnConnectionRouteRequest
public class DeleteVpnConnectionRouteRequest
Container for the parameters to the DeleteVpnConnectionRoute operation
.
AmazonEC2.deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteVpnConnectionRouteRequest()
|
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. |
DeleteVpnConnectionRouteRequest |
withDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
DeleteVpnConnectionRouteRequest |
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 DeleteVpnConnectionRouteRequest()
Method Detail |
---|
public String getVpnConnectionId()
public void setVpnConnectionId(String vpnConnectionId)
vpnConnectionId
- The new value for the VpnConnectionId property for this object.public DeleteVpnConnectionRouteRequest 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 DeleteVpnConnectionRouteRequest 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 |