@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConversationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConversationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConversationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the Amazon Q Business application.
|
Integer |
getMaxResults()
The maximum number of Amazon Q Business conversations 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. |
String |
getUserId()
The identifier of the user involved in the Amazon Q Business web experience conversation.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
void |
setMaxResults(Integer maxResults)
The maximum number of Amazon Q Business conversations 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. |
void |
setUserId(String userId)
The identifier of the user involved in the Amazon Q Business web experience conversation.
|
String |
toString()
Returns a string representation of this object.
|
ListConversationsRequest |
withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
ListConversationsRequest |
withMaxResults(Integer maxResults)
The maximum number of Amazon Q Business conversations to return.
|
ListConversationsRequest |
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. |
ListConversationsRequest |
withUserId(String userId)
The identifier of the user involved in the Amazon Q Business web experience conversation.
|
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 setApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
applicationId
- The identifier of the Amazon Q Business application.public String getApplicationId()
The identifier of the Amazon Q Business application.
public ListConversationsRequest withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
applicationId
- The identifier of the Amazon Q Business application.public void setMaxResults(Integer maxResults)
The maximum number of Amazon Q Business conversations to return.
maxResults
- The maximum number of Amazon Q Business conversations to return.public Integer getMaxResults()
The maximum number of Amazon Q Business conversations to return.
public ListConversationsRequest withMaxResults(Integer maxResults)
The maximum number of Amazon Q Business conversations to return.
maxResults
- The maximum number of Amazon Q Business conversations to return.public 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 conversations.
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 conversations.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 conversations.
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 conversations.public ListConversationsRequest 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 conversations.
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 conversations.public void setUserId(String userId)
The identifier of the user involved in the Amazon Q Business web experience conversation.
userId
- The identifier of the user involved in the Amazon Q Business web experience conversation.public String getUserId()
The identifier of the user involved in the Amazon Q Business web experience conversation.
public ListConversationsRequest withUserId(String userId)
The identifier of the user involved in the Amazon Q Business web experience conversation.
userId
- The identifier of the user involved in the Amazon Q Business web experience conversation.public String toString()
toString
in class Object
Object.toString()
public ListConversationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()