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


Constructor Summary
CreateVpcRequest()
           
 
Method Summary
 String getCidrBlock()
          A valid CIDR block.
 void setCidrBlock(String cidrBlock)
          A valid CIDR block.
 String toString()
           
 CreateVpcRequest withCidrBlock(String cidrBlock)
          A valid CIDR block.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateVpcRequest

public CreateVpcRequest()
Method Detail

getCidrBlock

public String getCidrBlock()
A valid CIDR block.

Returns:
A valid CIDR block.

setCidrBlock

public void setCidrBlock(String cidrBlock)
A valid CIDR block.

Parameters:
cidrBlock - A valid CIDR block.

withCidrBlock

public CreateVpcRequest withCidrBlock(String cidrBlock)
A valid CIDR block.

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

Parameters:
cidrBlock - A valid CIDR block.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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