|
||||||||||
| 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.CreateVpnGatewayRequest
public class CreateVpnGatewayRequest
Create Vpn Gateway Request
| Constructor Summary | |
|---|---|
CreateVpnGatewayRequest()
|
|
| Method Summary | |
|---|---|
String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object. |
String |
getType()
Returns the value of the Type property for this object. |
void |
setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
void |
setType(String type)
Sets the value of the Type property for this object. |
CreateVpnGatewayRequest |
withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
CreateVpnGatewayRequest |
withType(String type)
Sets the value of the Type 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 CreateVpnGatewayRequest()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - The new value for the Type property for this object.public CreateVpnGatewayRequest 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 CreateVpnGatewayRequest 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||