public class DhcpOptions extends Object implements Serializable
The DhcpOptions data type.
Constructor and Description |
---|
DhcpOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<DhcpConfiguration> |
getDhcpConfigurations()
Contains information about the set of DHCP options.
|
String |
getDhcpOptionsId()
Specifies the ID of the set of DHCP options.
|
List<Tag> |
getTags()
A list of tags for the DhcpOptions.
|
int |
hashCode() |
void |
setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Contains information about the set of DHCP options.
|
void |
setDhcpOptionsId(String dhcpOptionsId)
Specifies the ID of the set of DHCP options.
|
void |
setTags(Collection<Tag> tags)
A list of tags for the DhcpOptions.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DhcpOptions |
withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Contains information about the set of DHCP options.
|
DhcpOptions |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Contains information about the set of DHCP options.
|
DhcpOptions |
withDhcpOptionsId(String dhcpOptionsId)
Specifies the ID of the set of DHCP options.
|
DhcpOptions |
withTags(Collection<Tag> tags)
A list of tags for the DhcpOptions.
|
DhcpOptions |
withTags(Tag... tags)
A list of tags for the DhcpOptions.
|
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId
- Specifies the ID of the set of DHCP options.public DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId
- Specifies the ID of the set of DHCP options.public List<DhcpConfiguration> getDhcpConfigurations()
public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations
- Contains information about the set of DHCP options.public DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations
- Contains information about the set of DHCP options.public DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations
- Contains information about the set of DHCP options.public List<Tag> getTags()
public void setTags(Collection<Tag> tags)
tags
- A list of tags for the DhcpOptions.public DhcpOptions withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- A list of tags for the DhcpOptions.public DhcpOptions withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- A list of tags for the DhcpOptions.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.