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()booleanA set of DHCP options.inthashCode()voidsetDhcpOptions(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
-
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
-
equals
-
hashCode
-
clone
-