public class DescribeDhcpOptionsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeDhcpOptionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<DhcpOptions> |
getDhcpOptions()
Information about one or more DHCP options sets.
|
int |
hashCode() |
void |
setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDhcpOptionsResult |
withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResult |
withDhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
|
public List<DhcpOptions> getDhcpOptions()
public void setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
dhcpOptions
- Information about one or more DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(DhcpOptions... dhcpOptions)
Returns a reference to this object so that method calls can be chained together.
dhcpOptions
- Information about one or more DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Returns a reference to this object so that method calls can be chained together.
dhcpOptions
- Information about one or more DHCP options sets.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.