|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeDhcpOptionsRequest
public class DescribeDhcpOptionsRequest
Describe Dhcp Options Request
Constructor Summary | |
---|---|
DescribeDhcpOptionsRequest()
|
Method Summary | |
---|---|
List<String> |
getDhcpOptionsIds()
Returns the value of the DhcpOptionsIds property for this object. |
void |
setDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object. |
String |
toString()
|
DescribeDhcpOptionsRequest |
withDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object. |
DescribeDhcpOptionsRequest |
withDhcpOptionsIds(String... dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDhcpOptionsRequest()
Method Detail |
---|
public List<String> getDhcpOptionsIds()
public void setDhcpOptionsIds(Collection<String> dhcpOptionsIds)
dhcpOptionsIds
- The new value for the DhcpOptionsIds property for this object.public DescribeDhcpOptionsRequest withDhcpOptionsIds(String... dhcpOptionsIds)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsIds
- The new value for the DhcpOptionsIds property for this object.
public DescribeDhcpOptionsRequest withDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsIds
- The new value for the DhcpOptionsIds property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |