public class DhcpOptions
extends java.lang.Object
implements java.io.Serializable
The DhcpOptions data type.
| コンストラクタと説明 |
|---|
DhcpOptions() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DhcpConfiguration> |
getDhcpConfigurations()
Contains information about the set of DHCP options.
|
java.lang.String |
getDhcpOptionsId()
Specifies the ID of the set of DHCP options.
|
java.util.List<Tag> |
getTags()
A list of tags for the DhcpOptions.
|
int |
hashCode() |
void |
setDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
Contains information about the set of DHCP options.
|
void |
setDhcpOptionsId(java.lang.String dhcpOptionsId)
Specifies the ID of the set of DHCP options.
|
void |
setTags(java.util.Collection<Tag> tags)
A list of tags for the DhcpOptions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DhcpOptions |
withDhcpConfigurations(java.util.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(java.lang.String dhcpOptionsId)
Specifies the ID of the set of DHCP options.
|
DhcpOptions |
withTags(java.util.Collection<Tag> tags)
A list of tags for the DhcpOptions.
|
DhcpOptions |
withTags(Tag... tags)
A list of tags for the DhcpOptions.
|
public java.lang.String getDhcpOptionsId()
public void setDhcpOptionsId(java.lang.String dhcpOptionsId)
dhcpOptionsId - Specifies the ID of the set of DHCP options.public DhcpOptions withDhcpOptionsId(java.lang.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 java.util.List<DhcpConfiguration> getDhcpConfigurations()
public void setDhcpConfigurations(java.util.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(java.util.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 java.util.List<Tag> getTags()
public void setTags(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object