|
||||||||||
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.CreateVpnConnectionRequest
public class CreateVpnConnectionRequest
Constructor Summary | |
---|---|
CreateVpnConnectionRequest()
|
Method Summary | |
---|---|
String |
getCustomerGatewayId()
The ID of the customer gateway. |
String |
getType()
The type of VPN connection. |
String |
getVpnGatewayId()
The ID of the VPN gateway. |
void |
setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway. |
void |
setType(String type)
The type of VPN connection. |
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway. |
String |
toString()
|
CreateVpnConnectionRequest |
withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway. |
CreateVpnConnectionRequest |
withType(String type)
The type of VPN connection. |
CreateVpnConnectionRequest |
withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway. |
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 CreateVpnConnectionRequest()
Method Detail |
---|
public String getType()
public void setType(String type)
type
- The type of VPN connection.public CreateVpnConnectionRequest withType(String type)
Returns a reference to this object so that method calls can be chained together.
type
- The type of VPN connection.
public String getCustomerGatewayId()
public void setCustomerGatewayId(String customerGatewayId)
customerGatewayId
- The ID of the customer gateway.public CreateVpnConnectionRequest withCustomerGatewayId(String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId
- The ID of the customer gateway.
public String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId
- The ID of the VPN gateway.public CreateVpnConnectionRequest withVpnGatewayId(String vpnGatewayId)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayId
- The ID of the VPN gateway.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |