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