@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMeteredProductsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMeteredProductsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMeteredProductsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseEndpointId()
The license endpoint ID to include on the list of metered products.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next set of results, or
null to start from the beginning. |
int |
hashCode() |
void |
setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID to include on the list of metered products.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
String |
toString()
Returns a string representation of this object.
|
ListMeteredProductsRequest |
withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID to include on the list of metered products.
|
ListMeteredProductsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListMeteredProductsRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
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 void setLicenseEndpointId(String licenseEndpointId)
The license endpoint ID to include on the list of metered products.
licenseEndpointId - The license endpoint ID to include on the list of metered products.public String getLicenseEndpointId()
The license endpoint ID to include on the list of metered products.
public ListMeteredProductsRequest withLicenseEndpointId(String licenseEndpointId)
The license endpoint ID to include on the list of metered products.
licenseEndpointId - The license endpoint ID to include on the list of metered products.public void setMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public Integer getMaxResults()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
NextToken to get results as
a set of sequential pages.public ListMeteredProductsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public void setNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public String getNextToken()
The token for the next set of results, or null to start from the beginning.
null to start from the beginning.public ListMeteredProductsRequest withNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public String toString()
toString in class ObjectObject.toString()public ListMeteredProductsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.