|
||||||||||
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
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()
|
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 Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |