com.amazonaws.services.ec2.model
Class Vpc

java.lang.Object
  extended by com.amazonaws.services.ec2.model.Vpc

public class Vpc
extends Object

Vpc


Constructor Summary
Vpc()
           
 
Method Summary
 String getCidrBlock()
          Returns the value of the CidrBlock property for this object.
 String getDhcpOptionsId()
          Returns the value of the DhcpOptionsId property for this object.
 String getState()
          Returns the value of the State property for this object.
 String getVpcId()
          Returns the value of the VpcId property for this object.
 void setCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock property for this object.
 void setDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 void setState(String state)
          Sets the value of the State property for this object.
 void setVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 Vpc withCidrBlock(String cidrBlock)
          Sets the value of the CidrBlock property for this object.
 Vpc withDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 Vpc withState(String state)
          Sets the value of the State property for this object.
 Vpc withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vpc

public Vpc()
Method Detail

getVpcId

public String getVpcId()
Returns the value of the VpcId property for this object.

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

setVpcId

public void setVpcId(String vpcId)
Sets the value of the VpcId property for this object.

Parameters:
vpcId - The new value for the VpcId property for this object.

withVpcId

public Vpc withVpcId(String vpcId)
Sets the value of the VpcId property for this object.

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

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

getState

public String getState()
Returns the value of the State property for this object.

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

setState

public void setState(String state)
Sets the value of the State property for this object.

Parameters:
state - The new value for the State property for this object.

withState

public Vpc withState(String state)
Sets the value of the State property for this object.

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

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

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 Vpc 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.

getDhcpOptionsId

public String getDhcpOptionsId()
Returns the value of the DhcpOptionsId property for this object.

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

setDhcpOptionsId

public void setDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object.

Parameters:
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.

withDhcpOptionsId

public Vpc withDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object.

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

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