@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of Amazon Q Business applications to return.
|
String |
getNextToken()
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of Amazon Q Business applications to return.
|
void |
setNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationsRequest |
withMaxResults(Integer maxResults)
The maximum number of Amazon Q Business applications to return.
|
ListApplicationsRequest |
withNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
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 setNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business applications.
nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business applications.public String getNextToken()
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business applications.
maxResults response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business applications.public ListApplicationsRequest withNextToken(String nextToken)
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon
Q Business applications.
nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q
Business returns a pagination token in the response. You can use this pagination token to retrieve the
next set of Amazon Q Business applications.public void setMaxResults(Integer maxResults)
The maximum number of Amazon Q Business applications to return.
maxResults - The maximum number of Amazon Q Business applications to return.public Integer getMaxResults()
The maximum number of Amazon Q Business applications to return.
public ListApplicationsRequest withMaxResults(Integer maxResults)
The maximum number of Amazon Q Business applications to return.
maxResults - The maximum number of Amazon Q Business applications to return.public String toString()
toString in class ObjectObject.toString()public ListApplicationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.