public class DescribeLicensesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeLicenses operation.
Provides details of a user's registered licenses. Zero or more IDs may be specified on the call. When one or more license IDs are specified, only data for the specified IDs are returned.
| コンストラクタと説明 |
|---|
DescribeLicensesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for Licenses.
|
java.util.List<java.lang.String> |
getLicenseIds()
Specifies the license registration for which details are to be
returned.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Licenses.
|
void |
setLicenseIds(java.util.Collection<java.lang.String> licenseIds)
Specifies the license registration for which details are to be
returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLicensesRequest |
withFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for Licenses.
|
DescribeLicensesRequest |
withFilters(Filter... filters)
A list of filters used to match properties for Licenses.
|
DescribeLicensesRequest |
withLicenseIds(java.util.Collection<java.lang.String> licenseIds)
Specifies the license registration for which details are to be
returned.
|
DescribeLicensesRequest |
withLicenseIds(java.lang.String... licenseIds)
Specifies the license registration for which details are to be
returned.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getLicenseIds()
public void setLicenseIds(java.util.Collection<java.lang.String> licenseIds)
licenseIds - Specifies the license registration for which details are to be
returned.public DescribeLicensesRequest withLicenseIds(java.lang.String... licenseIds)
Returns a reference to this object so that method calls can be chained together.
licenseIds - Specifies the license registration for which details are to be
returned.public DescribeLicensesRequest withLicenseIds(java.util.Collection<java.lang.String> licenseIds)
Returns a reference to this object so that method calls can be chained together.
licenseIds - Specifies the license registration for which details are to be
returned.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - A list of filters used to match properties for Licenses. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeLicensesRequest 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 Licenses. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeLicensesRequest 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 Licenses. 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