|
||||||||||
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.AssociateDhcpOptionsRequest
public class AssociateDhcpOptionsRequest
Constructor Summary | |
---|---|
AssociateDhcpOptionsRequest()
|
Method Summary | |
---|---|
String |
getDhcpOptionsId()
The ID of the DHCP options to associate with the VPC. |
String |
getVpcId()
The ID of the VPC to associate the DHCP options with. |
void |
setDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options to associate with the VPC. |
void |
setVpcId(String vpcId)
The ID of the VPC to associate the DHCP options with. |
String |
toString()
|
AssociateDhcpOptionsRequest |
withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options to associate with the VPC. |
AssociateDhcpOptionsRequest |
withVpcId(String vpcId)
The ID of the VPC to associate the DHCP options with. |
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 AssociateDhcpOptionsRequest()
Method Detail |
---|
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options to associate with the VPC. Specify
"default" to associate the default DHCP options with the VPC.public AssociateDhcpOptionsRequest withDhcpOptionsId(String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId
- The ID of the DHCP options to associate with the VPC. Specify
"default" to associate the default DHCP options with the VPC.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC to associate the DHCP options with.public AssociateDhcpOptionsRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC to associate the DHCP options with.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |