|
||||||||||
| 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
Detach Vpn Gateway Request
| Constructor Summary | |
|---|---|
DetachVpnGatewayRequest()
|
|
| Method Summary | |
|---|---|
String |
getVpcId()
Returns the value of the VpcId property for this object. |
String |
getVpnGatewayId()
Returns the value of the VpnGatewayId property for this object. |
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
void |
setVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
DetachVpnGatewayRequest |
withVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
DetachVpnGatewayRequest |
withVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetachVpnGatewayRequest()
| Method Detail |
|---|
public String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId - The new value for the VpnGatewayId property for this object.public DetachVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayId - The new value for the VpnGatewayId property for this object.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public DetachVpnGatewayRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The new value for the VpcId property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||