|
||||||||||
| 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.DetachVpnGatewayRequest
public class DetachVpnGatewayRequest
| Constructor Summary | |
|---|---|
DetachVpnGatewayRequest()
|
|
| Method Summary | |
|---|---|
String |
getVpcId()
The ID of the VPC to detach the VPN gateway from. |
String |
getVpnGatewayId()
The ID of the VPN gateway to detach from the VPC. |
void |
setVpcId(String vpcId)
The ID of the VPC to detach the VPN gateway from. |
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to detach from the VPC. |
String |
toString()
|
DetachVpnGatewayRequest |
withVpcId(String vpcId)
The ID of the VPC to detach the VPN gateway from. |
DetachVpnGatewayRequest |
withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to detach from the VPC. |
| 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 DetachVpnGatewayRequest()
| Method Detail |
|---|
public String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId - The ID of the VPN gateway to detach from the VPC.public DetachVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayId - The ID of the VPN gateway to detach from the VPC.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The ID of the VPC to detach the VPN gateway from.public DetachVpnGatewayRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The ID of the VPC to detach the VPN gateway from.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||