|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CreateDhcpOptionsResult
public class CreateDhcpOptionsResult
Create Dhcp Options Result
| Constructor Summary | |
|---|---|
CreateDhcpOptionsResult()
|
|
| Method Summary | |
|---|---|
DhcpOptions |
getDhcpOptions()
Returns the value of the DhcpOptions property for this object. |
void |
setDhcpOptions(DhcpOptions dhcpOptions)
Sets the value of the DhcpOptions property for this object. |
CreateDhcpOptionsResult |
withDhcpOptions(DhcpOptions dhcpOptions)
Sets the value of the DhcpOptions property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDhcpOptionsResult()
| Method Detail |
|---|
public DhcpOptions getDhcpOptions()
public void setDhcpOptions(DhcpOptions dhcpOptions)
dhcpOptions - The new value for the DhcpOptions property for this object.public CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
Returns a reference to this object so that method calls can be chained together.
dhcpOptions - The new value for the DhcpOptions property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||