public class CreateDhcpOptionsResult extends Object implements Serializable
Constructor and Description |
---|
CreateDhcpOptionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DhcpOptions |
getDhcpOptions()
A set of DHCP options.
|
int |
hashCode() |
void |
setDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDhcpOptionsResult |
withDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.
|
public DhcpOptions getDhcpOptions()
public void setDhcpOptions(DhcpOptions dhcpOptions)
dhcpOptions
- A set of DHCP options.public CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
Returns a reference to this object so that method calls can be chained together.
dhcpOptions
- A set of DHCP options.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.