Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeDhcpOptionsRequest.Builder,DescribeDhcpOptionsRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeDhcpOptionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDhcpOptionsRequest.Builder,DescribeDhcpOptionsRequest>
Contains the parameters for DescribeDhcpOptions.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeDhcpOptionsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeDhcpOptionsRequest.Builder |
builder() |
|
List<String> |
dhcpOptionsIds() |
The IDs of one or more DHCP options sets.
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
static Class<? extends DescribeDhcpOptionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeDhcpOptionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> dhcpOptionsIds()
The IDs of one or more DHCP options sets.
Default: Describes all your DHCP options sets.
Default: Describes all your DHCP options sets.
public List<Filter> filters()
One or more filters.
dhcp-options-id - The ID of a set of DHCP options.
key - The key for one of the options (for example, domain-name).
value - The value for one of the options.
tag:key=value - The key/value combination of a tag assigned to the resource. Specify
the key of the tag in the filter name and the value of the tag in the filter value. For example, for the tag
Purpose=X, specify tag:Purpose for the filter name and X for the filter value.
tag-key - The key of a tag assigned to the resource. This filter is independent of the
tag-value filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X,
see the tag:key=value filter.
tag-value - The value of a tag assigned to the resource. This filter is independent of the
tag-key filter.
dhcp-options-id - The ID of a set of DHCP options.
key - The key for one of the options (for example, domain-name).
value - The value for one of the options.
tag:key=value - The key/value combination of a tag assigned to the resource.
Specify the key of the tag in the filter name and the value of the tag in the filter value. For example,
for the tag Purpose=X, specify tag:Purpose for the filter name and X for the
filter value.
tag-key - The key of a tag assigned to the resource. This filter is independent of the
tag-value filter. For example, if you use both the filter "tag-key=Purpose" and the filter
"tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's
value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources
where Purpose is X, see the tag:key=value filter.
tag-value - The value of a tag assigned to the resource. This filter is independent of the
tag-key filter.
public DescribeDhcpOptionsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeDhcpOptionsRequest.Builder,DescribeDhcpOptionsRequest>public static DescribeDhcpOptionsRequest.Builder builder()
public static Class<? extends DescribeDhcpOptionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.