public class DescribeDhcpOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
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:
| コンストラクタと説明 |
|---|
DescribeDhcpOptionsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDhcpOptionsIds()
Returns the value of the DhcpOptionsIds property for this object.
|
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for DhcpOptions.
|
int |
hashCode() |
void |
setDhcpOptionsIds(java.util.Collection<java.lang.String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.
|
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for DhcpOptions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDhcpOptionsRequest |
withDhcpOptionsIds(java.util.Collection<java.lang.String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.
|
DescribeDhcpOptionsRequest |
withDhcpOptionsIds(java.lang.String... dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.
|
DescribeDhcpOptionsRequest |
withFilters(java.util.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, setRequestCredentialspublic java.util.List<java.lang.String> getDhcpOptionsIds()
public void setDhcpOptionsIds(java.util.Collection<java.lang.String> dhcpOptionsIds)
dhcpOptionsIds - The new value for the DhcpOptionsIds property for this object.public DescribeDhcpOptionsRequest withDhcpOptionsIds(java.lang.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(java.util.Collection<java.lang.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 java.util.List<Filter> getFilters()
public void setFilters(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object