|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DhcpOptions
public class DhcpOptions
The DhcpOptions data type.
Constructor Summary | |
---|---|
DhcpOptions()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DhcpOptions()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |