Class ListConversationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessRequest
-
- software.amazon.awssdk.services.qbusiness.model.ListConversationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListConversationsRequest.Builder,ListConversationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListConversationsRequest extends QBusinessRequest implements ToCopyableBuilder<ListConversationsRequest.Builder,ListConversationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListConversationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The identifier of the Amazon Q Business application.static ListConversationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of Amazon Q Business conversations to return.StringnextToken()If themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.List<SdkField<?>>sdkFields()static Class<? extends ListConversationsRequest.Builder>serializableBuilderClass()ListConversationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserId()The identifier of the user involved in the Amazon Q Business web experience conversation.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationId
public final String applicationId()
The identifier of the Amazon Q Business application.
- Returns:
- The identifier of the Amazon Q Business application.
-
userId
public final String userId()
The identifier of the user involved in the Amazon Q Business web experience conversation.
- Returns:
- The identifier of the user involved in the Amazon Q Business web experience conversation.
-
nextToken
public final String nextToken()
If the
maxResultsresponse 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.- Returns:
- If the
maxResultsresponse 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
public final Integer maxResults()
The maximum number of Amazon Q Business conversations to return.
- Returns:
- The maximum number of Amazon Q Business conversations to return.
-
toBuilder
public ListConversationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListConversationsRequest.Builder,ListConversationsRequest>- Specified by:
toBuilderin classQBusinessRequest
-
builder
public static ListConversationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListConversationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-