com.amazonaws.services.ec2.model
Class DetachVpnGatewayRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DetachVpnGatewayRequest

public class DetachVpnGatewayRequest
extends AmazonWebServiceRequest


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

DetachVpnGatewayRequest

public DetachVpnGatewayRequest()
Method Detail

getVpnGatewayId

public String getVpnGatewayId()
The ID of the VPN gateway to detach from the VPC.

Returns:
The ID of the VPN gateway to detach from the VPC.

setVpnGatewayId

public void setVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to detach from the VPC.

Parameters:
vpnGatewayId - The ID of the VPN gateway to detach from the VPC.

withVpnGatewayId

public DetachVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to detach from the VPC.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpnGatewayId - The ID of the VPN gateway to detach from the VPC.
Returns:
A reference to this updated object so that method calls can be chained together.

getVpcId

public String getVpcId()
The ID of the VPC to detach the VPN gateway from.

Returns:
The ID of the VPC to detach the VPN gateway from.

setVpcId

public void setVpcId(String vpcId)
The ID of the VPC to detach the VPN gateway from.

Parameters:
vpcId - The ID of the VPC to detach the VPN gateway from.

withVpcId

public DetachVpnGatewayRequest withVpcId(String vpcId)
The ID of the VPC to detach the VPN gateway from.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpcId - The ID of the VPC to detach the VPN gateway from.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.