@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicensesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLicensesRequest() |
Modifier and Type | Method and Description |
---|---|
ListLicensesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Filters to scope the results.
|
List<String> |
getLicenseArns()
Amazon Resource Names (ARNs) of the licenses.
|
Integer |
getMaxResults()
Maximum number of results to return in a single call.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filters to scope the results.
|
void |
setLicenseArns(Collection<String> licenseArns)
Amazon Resource Names (ARNs) of the licenses.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLicensesRequest |
withFilters(Collection<Filter> filters)
Filters to scope the results.
|
ListLicensesRequest |
withFilters(Filter... filters)
Filters to scope the results.
|
ListLicensesRequest |
withLicenseArns(Collection<String> licenseArns)
Amazon Resource Names (ARNs) of the licenses.
|
ListLicensesRequest |
withLicenseArns(String... licenseArns)
Amazon Resource Names (ARNs) of the licenses.
|
ListLicensesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicensesRequest |
withNextToken(String nextToken)
Token for the next set of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getLicenseArns()
Amazon Resource Names (ARNs) of the licenses.
public void setLicenseArns(Collection<String> licenseArns)
Amazon Resource Names (ARNs) of the licenses.
licenseArns
- Amazon Resource Names (ARNs) of the licenses.public ListLicensesRequest withLicenseArns(String... licenseArns)
Amazon Resource Names (ARNs) of the licenses.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseArns(java.util.Collection)
or withLicenseArns(java.util.Collection)
if you want to
override the existing values.
licenseArns
- Amazon Resource Names (ARNs) of the licenses.public ListLicensesRequest withLicenseArns(Collection<String> licenseArns)
Amazon Resource Names (ARNs) of the licenses.
licenseArns
- Amazon Resource Names (ARNs) of the licenses.public List<Filter> getFilters()
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
Beneficiary
ProductSKU
Fingerprint
Status
public void setFilters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
filters
- Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
public ListLicensesRequest withFilters(Filter... filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
public ListLicensesRequest withFilters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
filters
- Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
Fingerprint
Status
public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListLicensesRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public void setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public Integer getMaxResults()
Maximum number of results to return in a single call.
public ListLicensesRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults
- Maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListLicensesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()