|
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.DhcpConfiguration
public class DhcpConfiguration
The DhcpConfiguration data type
Constructor Summary | |
---|---|
DhcpConfiguration()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getKey()
Contains the name of a DHCP option. |
List<String> |
getValues()
Contains a set of values for a DHCP option. |
int |
hashCode()
|
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()
Returns a string representation of this object; useful for testing and debugging. |
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 |
---|
getClass, 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
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 |