|
|||||||
| 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.CreateDhcpOptionsRequest
public class CreateDhcpOptionsRequest
Container for the parameters to the CreateDhcpOptions operation.
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. The following table lists the individual DHCP options you can specify. For more information about the options, go to http://www.ietf.org/rfc/rfc2132.txt
AmazonEC2.createDhcpOptions(CreateDhcpOptionsRequest)| Constructor Summary | |
|---|---|
CreateDhcpOptionsRequest()
|
|
| Method Summary | |
|---|---|
DhcpConfiguration |
getDhcpConfiguration()
A set of one or more DHCP configurations. |
void |
setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
A set of one or more DHCP configurations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDhcpOptionsRequest |
withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
A set of one or more DHCP configurations. |
| 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 CreateDhcpOptionsRequest()
| Method Detail |
|---|
public DhcpConfiguration getDhcpConfiguration()
public void setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
dhcpConfiguration - A set of one or more DHCP configurations.public CreateDhcpOptionsRequest withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
Returns a reference to this object so that method calls can be chained together.
dhcpConfiguration - A set of one or more DHCP configurations.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||