Package com.amazonaws.services.ec2.model
Class DescribeDhcpOptionsResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeDhcpOptionsResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of DescribeDhcpOptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about one or more DHCP options sets.inthashCode()voidsetDhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about one or more DHCP options sets.toString()Returns a string representation of this object; useful for testing and debugging.withDhcpOptions(DhcpOptions... dhcpOptions) Information about one or more DHCP options sets.withDhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about one or more DHCP options sets.
-
Constructor Details
-
DescribeDhcpOptionsResult
public DescribeDhcpOptionsResult()
-
-
Method Details
-
getDhcpOptions
Information about one or more DHCP options sets.
- Returns:
- Information about one or more DHCP options sets.
-
setDhcpOptions
Information about one or more DHCP options sets.
- Parameters:
dhcpOptions- Information about one or more DHCP options sets.
-
withDhcpOptions
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)orwithDhcpOptions(java.util.Collection)if you want to override the existing values.- Parameters:
dhcpOptions- Information about one or more DHCP options sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDhcpOptions
Information about one or more DHCP options sets.
- Parameters:
dhcpOptions- Information about one or more DHCP options sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-