@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDhcpOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeDhcpOptions.
| Constructor and Description |
|---|
DescribeDhcpOptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDhcpOptionsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DhcpOptions> getDhcpOptions()
Information about one or more DHCP options sets.
public void setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
dhcpOptions - Information about one or more DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
NOTE: This method appends the values to the existing list (if any). Use
setDhcpOptions(java.util.Collection) or withDhcpOptions(java.util.Collection) if you want to
override the existing values.
dhcpOptions - Information about one or more DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
dhcpOptions - Information about one or more DHCP options sets.public String toString()
toString in class ObjectObject.toString()public DescribeDhcpOptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.