|
||||||||||
| 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
Dhcp Options
| Constructor Summary | |
|---|---|
DhcpOptions()
|
|
| Method Summary | |
|---|---|
List<DhcpConfiguration> |
getDhcpConfigurations()
Returns the value of the DhcpConfigurations property for this object. |
String |
getDhcpOptionsId()
Returns the value of the DhcpOptionsId property for this object. |
void |
setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object. |
void |
setDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object. |
DhcpOptions |
withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object. |
DhcpOptions |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object. |
DhcpOptions |
withDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DhcpOptions()
| Method Detail |
|---|
public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.public DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.
public List<DhcpConfiguration> getDhcpConfigurations()
public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations - The new value for the DhcpConfigurations property for this object.public DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations - The new value for the DhcpConfigurations property for this object.
public DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations - The new value for the DhcpConfigurations property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||