|
||||||||||
| 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.DeleteVpnConnectionRequest
public class DeleteVpnConnectionRequest
| Constructor Summary | |
|---|---|
DeleteVpnConnectionRequest()
|
|
| Method Summary | |
|---|---|
String |
getVpnConnectionId()
The ID of the VPN connection to delete |
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection to delete |
String |
toString()
|
DeleteVpnConnectionRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection to delete |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteVpnConnectionRequest()
| Method Detail |
|---|
public String getVpnConnectionId()
public void setVpnConnectionId(String vpnConnectionId)
vpnConnectionId - The ID of the VPN connection to deletepublic DeleteVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
Returns a reference to this object so that method calls can be chained together.
vpnConnectionId - The ID of the VPN connection to delete
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||