public class DescribeDhcpOptionsRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeDhcpOptionsRequest>
DescribeDhcpOptions operation
.
Gives you information about one or more sets of DHCP options. You can specify one or more DHCP options set IDs, or no IDs (to describe all your sets of DHCP options). The returned information consists of:
Constructor and Description |
---|
DescribeDhcpOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getDhcpOptionsIds()
Returns the value of the DhcpOptionsIds property for this object.
|
Request<DescribeDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
A list of filters used to match properties for DhcpOptions.
|
int |
hashCode() |
void |
setDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.
|
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for DhcpOptions.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
DescribeDhcpOptionsRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for DhcpOptions.
|
DescribeDhcpOptionsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for DhcpOptions.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- A list of filters used to match properties for DhcpOptions. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeDhcpOptionsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- A list of filters used to match properties for DhcpOptions. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeDhcpOptionsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- A list of filters used to match properties for DhcpOptions. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public Request<DescribeDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeDhcpOptionsRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.