|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DhcpConfiguration
public class DhcpConfiguration
The DhcpConfiguration data type
Constructor Summary | |
---|---|
DhcpConfiguration()
|
Method Summary | |
---|---|
String |
getKey()
Contains the name of a DHCP option. |
List<String> |
getValues()
Contains a set of values for a DHCP option. |
void |
setKey(String key)
Contains the name of a DHCP option. |
void |
setValues(Collection<String> values)
Contains a set of values for a DHCP option. |
String |
toString()
|
DhcpConfiguration |
withKey(String key)
Contains the name of a DHCP option. |
DhcpConfiguration |
withValues(Collection<String> values)
Contains a set of values for a DHCP option. |
DhcpConfiguration |
withValues(String... values)
Contains a set of values for a DHCP option. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DhcpConfiguration()
Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- Contains the name of a DHCP option.public DhcpConfiguration withKey(String key)
Returns a reference to this object so that method calls can be chained together.
key
- Contains the name of a DHCP option.
public List<String> getValues()
public void setValues(Collection<String> values)
values
- Contains a set of values for a DHCP option.public DhcpConfiguration withValues(String... values)
Returns a reference to this object so that method calls can be chained together.
values
- Contains a set of values for a DHCP option.
public DhcpConfiguration withValues(Collection<String> values)
Returns a reference to this object so that method calls can be chained together.
values
- Contains a set of values for a DHCP option.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |