com.amazonaws.services.ec2.model
Class CreateVpcRequest

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

public class CreateVpcRequest
extends AmazonWebServiceRequest

Create Vpc Request


Constructor Summary
CreateVpcRequest()
           
 
Method Summary
 String getCidrBlock()
          Returns the value of the CidrBlock property for this object.
 void setCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock property for this object.
 CreateVpcRequest withCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock 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

CreateVpcRequest

public CreateVpcRequest()
Method Detail

getCidrBlock

public String getCidrBlock()
Returns the value of the CidrBlock property for this object.

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

setCidrBlock

public void setCidrBlock(String cidrBlock)
Sets the value of the CidrBlock property for this object.

Parameters:
cidrBlock - The new value for the CidrBlock property for this object.

withCidrBlock

public CreateVpcRequest withCidrBlock(String cidrBlock)
Sets the value of the CidrBlock property for this object.

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

Parameters:
cidrBlock - The new value for the CidrBlock 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.