@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListLicenseConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
One or more filters.
|
List<String> |
getLicenseConfigurationArns()
An array of ARNs for the calling account’s license configurations.
|
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)
One or more filters.
|
void |
setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
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.
|
ListLicenseConfigurationsRequest |
withFilters(Collection<Filter> filters)
One or more filters.
|
ListLicenseConfigurationsRequest |
withFilters(Filter... filters)
One or more filters.
|
ListLicenseConfigurationsRequest |
withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
ListLicenseConfigurationsRequest |
withLicenseConfigurationArns(String... licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
|
ListLicenseConfigurationsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLicenseConfigurationsRequest |
withNextToken(String nextToken)
Token for the next set of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<String> getLicenseConfigurationArns()
An array of ARNs for the calling account’s license configurations.
public void setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
licenseConfigurationArns - An array of ARNs for the calling account’s license configurations.public ListLicenseConfigurationsRequest withLicenseConfigurationArns(String... licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationArns(java.util.Collection) or
withLicenseConfigurationArns(java.util.Collection) if you want to override the existing values.
licenseConfigurationArns - An array of ARNs for the calling account’s license configurations.public ListLicenseConfigurationsRequest withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
An array of ARNs for the calling account’s license configurations.
licenseConfigurationArns - An array of ARNs for the calling account’s license configurations.public void setMaxResults(Integer maxResults)
Maximum number of results to return in a single call. To retrieve the remaining results, make another call with
the returned NextToken value.
maxResults - Maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.public Integer getMaxResults()
Maximum number of results to return in a single call. To retrieve the remaining results, make another call with
the returned NextToken value.
NextToken value.public ListLicenseConfigurationsRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a single call. To retrieve the remaining results, make another call with
the returned NextToken value.
maxResults - Maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.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 ListLicenseConfigurationsRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public void setFilters(Collection<Filter> filters)
One or more filters.
filters - One or more filters.public ListLicenseConfigurationsRequest withFilters(Filter... filters)
One or more filters.
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 - One or more filters.public ListLicenseConfigurationsRequest withFilters(Collection<Filter> filters)
One or more filters.
filters - One or more filters.public String toString()
toString in class ObjectObject.toString()public ListLicenseConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.