|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Vpc
public class Vpc
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 |
|---|
public Vpc()
| Method Detail |
|---|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public Vpc withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The new value for the VpcId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public Vpc withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String getCidrBlock()
public void setCidrBlock(String cidrBlock)
cidrBlock - The new value for the CidrBlock property for this object.public Vpc withCidrBlock(String cidrBlock)
Returns a reference to this object so that method calls can be chained together.
cidrBlock - The new value for the CidrBlock property for this object.
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.public Vpc withDhcpOptionsId(String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||