|
||||||||||
| 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
Create Vpn Connection Request
| Constructor Summary | |
|---|---|
CreateVpnConnectionRequest()
|
|
| Method Summary | |
|---|---|
String |
getCustomerGatewayId()
Returns the value of the CustomerGatewayId property for this object. |
String |
getType()
Returns the value of the Type property for this object. |
String |
getVpnGatewayId()
Returns the value of the VpnGatewayId property for this object. |
void |
setCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
void |
setType(String type)
Sets the value of the Type property for this object. |
void |
setVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
CreateVpnConnectionRequest |
withCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
CreateVpnConnectionRequest |
withType(String type)
Sets the value of the Type property for this object. |
CreateVpnConnectionRequest |
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 CreateVpnConnectionRequest()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - The new value for the Type property for this object.public CreateVpnConnectionRequest withType(String type)
Returns a reference to this object so that method calls can be chained together.
type - The new value for the Type property for this object.
public String getCustomerGatewayId()
public void setCustomerGatewayId(String customerGatewayId)
customerGatewayId - The new value for the CustomerGatewayId property for this object.public CreateVpnConnectionRequest withCustomerGatewayId(String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId - The new value for the CustomerGatewayId property for this object.
public String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId - The new value for the VpnGatewayId property for this object.public CreateVpnConnectionRequest 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||