|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateSubnetRequest
public class CreateSubnetRequest
Constructor Summary | |
---|---|
CreateSubnetRequest()
|
Method Summary | |
---|---|
String |
getAvailabilityZone()
The Availability Zone to create the subnet in. |
String |
getCidrBlock()
The CIDR block the subnet is to cover. |
String |
getVpcId()
The ID of the VPC to create the subnet in. |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone to create the subnet in. |
void |
setCidrBlock(String cidrBlock)
The CIDR block the subnet is to cover. |
void |
setVpcId(String vpcId)
The ID of the VPC to create the subnet in. |
String |
toString()
|
CreateSubnetRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone to create the subnet in. |
CreateSubnetRequest |
withCidrBlock(String cidrBlock)
The CIDR block the subnet is to cover. |
CreateSubnetRequest |
withVpcId(String vpcId)
The ID of the VPC to create the subnet in. |
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 |
---|
public CreateSubnetRequest()
Method Detail |
---|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC to create the subnet in.public CreateSubnetRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC to create the subnet in.
public String getCidrBlock()
public void setCidrBlock(String cidrBlock)
cidrBlock
- The CIDR block the subnet is to cover.public CreateSubnetRequest withCidrBlock(String cidrBlock)
Returns a reference to this object so that method calls can be chained together.
cidrBlock
- The CIDR block the subnet is to cover.
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone to create the subnet in.public CreateSubnetRequest withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The Availability Zone to create the subnet in.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |