|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.Subnet
public class Subnet
Subnet
| Constructor Summary | |
|---|---|
Subnet()
|
|
| Method Summary | |
|---|---|
String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object. |
Integer |
getAvailableIpAddressCount()
Returns the value of the AvailableIpAddressCount property for this object. |
String |
getCidrBlock()
Returns the value of the CidrBlock property for this object. |
String |
getState()
Returns the value of the State property for this object. |
String |
getSubnetId()
Returns the value of the SubnetId property for this object. |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
void |
setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
void |
setAvailableIpAddressCount(Integer availableIpAddressCount)
Sets the value of the AvailableIpAddressCount property for this object. |
void |
setCidrBlock(String cidrBlock)
Sets the value of the CidrBlock property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
void |
setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
Subnet |
withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
Subnet |
withAvailableIpAddressCount(Integer availableIpAddressCount)
Sets the value of the AvailableIpAddressCount property for this object. |
Subnet |
withCidrBlock(String cidrBlock)
Sets the value of the CidrBlock property for this object. |
Subnet |
withState(String state)
Sets the value of the State property for this object. |
Subnet |
withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object. |
Subnet |
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 Subnet()
| Method Detail |
|---|
public String getSubnetId()
public void setSubnetId(String subnetId)
subnetId - The new value for the SubnetId property for this object.public Subnet withSubnetId(String subnetId)
Returns a reference to this object so that method calls can be chained together.
subnetId - The new value for the SubnetId property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public Subnet 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 getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public Subnet 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 getCidrBlock()
public void setCidrBlock(String cidrBlock)
cidrBlock - The new value for the CidrBlock property for this object.public Subnet 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 Integer getAvailableIpAddressCount()
public void setAvailableIpAddressCount(Integer availableIpAddressCount)
availableIpAddressCount - The new value for the AvailableIpAddressCount property for this
object.public Subnet withAvailableIpAddressCount(Integer availableIpAddressCount)
Returns a reference to this object so that method calls can be chained together.
availableIpAddressCount - The new value for the AvailableIpAddressCount property for this
object.
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.public Subnet withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The new value for the AvailabilityZone property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||