com.amazonaws.services.ec2.model
Class CreateVpnGatewayRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.CreateVpnGatewayRequest

public class CreateVpnGatewayRequest
extends AmazonWebServiceRequest

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

CreateVpnGatewayRequest

public CreateVpnGatewayRequest()
Method Detail

getType

public String getType()
Returns the value of the Type property for this object.

Returns:
The value of the Type property for this object.

setType

public void setType(String type)
Sets the value of the Type property for this object.

Parameters:
type - The new value for the Type property for this object.

withType

public CreateVpnGatewayRequest withType(String type)
Sets the value of the Type property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
type - The new value for the Type property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getAvailabilityZone

public String getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object.

Returns:
The value of the AvailabilityZone property for this object.

setAvailabilityZone

public void setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

Parameters:
availabilityZone - The new value for the AvailabilityZone property for this object.

withAvailabilityZone

public CreateVpnGatewayRequest withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
availabilityZone - The new value for the AvailabilityZone property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.