public class DescribeDhcpOptionsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeDhcpOptions.
| Constructor and Description |
|---|
DescribeDhcpOptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DhcpOptions> |
getDhcpOptions()
Information about one or more DHCP options sets.
|
int |
hashCode() |
void |
setDhcpOptions(java.util.Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDhcpOptionsResult |
withDhcpOptions(java.util.Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResult |
withDhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
|
public java.util.List<DhcpOptions> getDhcpOptions()
public void setDhcpOptions(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.