|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VpnConnection
public class VpnConnection
Vpn Connection
| Constructor Summary | |
|---|---|
VpnConnection()
|
|
| Method Summary | |
|---|---|
String |
getCustomerGatewayConfiguration()
Returns the value of the CustomerGatewayConfiguration property for this object. |
String |
getCustomerGatewayId()
Returns the value of the CustomerGatewayId property for this object. |
String |
getState()
Returns the value of the State property for this object. |
String |
getType()
Returns the value of the Type property for this object. |
String |
getVpnConnectionId()
Returns the value of the VpnConnectionId property for this object. |
String |
getVpnGatewayId()
Returns the value of the VpnGatewayId property for this object. |
void |
setCustomerGatewayConfiguration(String customerGatewayConfiguration)
Sets the value of the CustomerGatewayConfiguration property for this object. |
void |
setCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
void |
setType(String type)
Sets the value of the Type property for this object. |
void |
setVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object. |
void |
setVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
VpnConnection |
withCustomerGatewayConfiguration(String customerGatewayConfiguration)
Sets the value of the CustomerGatewayConfiguration property for this object. |
VpnConnection |
withCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object. |
VpnConnection |
withState(String state)
Sets the value of the State property for this object. |
VpnConnection |
withType(String type)
Sets the value of the Type property for this object. |
VpnConnection |
withVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object. |
VpnConnection |
withVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VpnConnection()
| Method Detail |
|---|
public String getVpnConnectionId()
public void setVpnConnectionId(String vpnConnectionId)
vpnConnectionId - The new value for the VpnConnectionId property for this object.public VpnConnection withVpnConnectionId(String vpnConnectionId)
Returns a reference to this object so that method calls can be chained together.
vpnConnectionId - The new value for the VpnConnectionId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public VpnConnection withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String getCustomerGatewayConfiguration()
public void setCustomerGatewayConfiguration(String customerGatewayConfiguration)
customerGatewayConfiguration - The new value for the CustomerGatewayConfiguration property for this
object.public VpnConnection withCustomerGatewayConfiguration(String customerGatewayConfiguration)
Returns a reference to this object so that method calls can be chained together.
customerGatewayConfiguration - The new value for the CustomerGatewayConfiguration property for this
object.
public String getType()
public void setType(String type)
type - The new value for the Type property for this object.public VpnConnection 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 VpnConnection 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 VpnConnection 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 | |||||||||