|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VpnGateway
public class VpnGateway
Vpn Gateway
| Constructor Summary | |
|---|---|
VpnGateway()
|
|
| Method Summary | |
|---|---|
String |
getAvailabilityZone()
Returns the value of the AvailabilityZone 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. |
List<VpcAttachment> |
getVpcAttachments()
Returns the value of the VpcAttachments property for this object. |
String |
getVpnGatewayId()
Returns the value of the VpnGatewayId property for this object. |
void |
setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone 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 |
setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Sets the value of the VpcAttachments property for this object. |
void |
setVpnGatewayId(String vpnGatewayId)
Sets the value of the VpnGatewayId property for this object. |
VpnGateway |
withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
VpnGateway |
withState(String state)
Sets the value of the State property for this object. |
VpnGateway |
withType(String type)
Sets the value of the Type property for this object. |
VpnGateway |
withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Sets the value of the VpcAttachments property for this object. |
VpnGateway |
withVpcAttachments(VpcAttachment... vpcAttachments)
Sets the value of the VpcAttachments property for this object. |
VpnGateway |
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 VpnGateway()
| Method Detail |
|---|
public String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
vpnGatewayId - The new value for the VpnGatewayId property for this object.public VpnGateway 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 getState()
public void setState(String state)
state - The new value for the State property for this object.public VpnGateway 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 getType()
public void setType(String type)
type - The new value for the Type property for this object.public VpnGateway 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 getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.public VpnGateway withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The new value for the AvailabilityZone property for this object.
public List<VpcAttachment> getVpcAttachments()
public void setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
vpcAttachments - The new value for the VpcAttachments property for this object.public VpnGateway withVpcAttachments(VpcAttachment... vpcAttachments)
Returns a reference to this object so that method calls can be chained together.
vpcAttachments - The new value for the VpcAttachments property for this object.
public VpnGateway withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Returns a reference to this object so that method calls can be chained together.
vpcAttachments - The new value for the VpcAttachments property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||