@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLibraryItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLibraryItemsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLibraryItemsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategoryId()
Optional category to filter the library items by.
|
String |
getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
|
Integer |
getLimit()
The maximum number of library items to return in the response.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setCategoryId(String categoryId)
Optional category to filter the library items by.
|
void |
setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
void |
setLimit(Integer limit)
The maximum number of library items to return in the response.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLibraryItemsRequest |
withCategoryId(String categoryId)
Optional category to filter the library items by.
|
ListLibraryItemsRequest |
withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
ListLibraryItemsRequest |
withLimit(Integer limit)
The maximum number of library items to return in the response.
|
ListLibraryItemsRequest |
withNextToken(String nextToken)
The token to request the next page 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 void setInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId
- The unique identifier of the Amazon Q Business application environment instance.public String getInstanceId()
The unique identifier of the Amazon Q Business application environment instance.
public ListLibraryItemsRequest withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
instanceId
- The unique identifier of the Amazon Q Business application environment instance.public void setLimit(Integer limit)
The maximum number of library items to return in the response.
limit
- The maximum number of library items to return in the response.public Integer getLimit()
The maximum number of library items to return in the response.
public ListLibraryItemsRequest withLimit(Integer limit)
The maximum number of library items to return in the response.
limit
- The maximum number of library items to return in the response.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListLibraryItemsRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public void setCategoryId(String categoryId)
Optional category to filter the library items by.
categoryId
- Optional category to filter the library items by.public String getCategoryId()
Optional category to filter the library items by.
public ListLibraryItemsRequest withCategoryId(String categoryId)
Optional category to filter the library items by.
categoryId
- Optional category to filter the library items by.public String toString()
toString
in class Object
Object.toString()
public ListLibraryItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.