|
||||||||||
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 | |
---|---|
List<DhcpConfiguration> |
getDhcpConfigurations()
Contains information about the set of DHCP options. |
String |
getDhcpOptionsId()
Specifies the ID of the set of DHCP options. |
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. |
String |
toString()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |