|
||||||||||
| 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
Associate Dhcp Options Request
| Constructor Summary | |
|---|---|
AssociateDhcpOptionsRequest()
|
|
| Method Summary | |
|---|---|
String |
getDhcpOptionsId()
Returns the value of the DhcpOptionsId property for this object. |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
void |
setDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object. |
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
AssociateDhcpOptionsRequest |
withDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object. |
AssociateDhcpOptionsRequest |
withVpcId(String vpcId)
Sets the value of the VpcId property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssociateDhcpOptionsRequest()
| Method Detail |
|---|
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.public AssociateDhcpOptionsRequest 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.
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public AssociateDhcpOptionsRequest 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||