Package com.amazonaws.services.ec2.model
Class CreateDhcpOptionsResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateDhcpOptionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateDhcpOptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A set of DHCP options.int
hashCode()
void
setDhcpOptions
(DhcpOptions dhcpOptions) A set of DHCP options.toString()
Returns a string representation of this object; useful for testing and debugging.withDhcpOptions
(DhcpOptions dhcpOptions) A set of DHCP options.
-
Constructor Details
-
CreateDhcpOptionsResult
public CreateDhcpOptionsResult()
-
-
Method Details
-
setDhcpOptions
A set of DHCP options.
- Parameters:
dhcpOptions
- A set of DHCP options.
-
getDhcpOptions
A set of DHCP options.
- Returns:
- A set of DHCP options.
-
withDhcpOptions
A set of DHCP options.
- Parameters:
dhcpOptions
- A set of DHCP options.- 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
-