@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConversationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConversationsResult() |
Modifier and Type | Method and Description |
---|---|
ListConversationsResult |
clone() |
boolean |
equals(Object obj) |
List<Conversation> |
getConversations()
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
String |
getNextToken()
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
int |
hashCode() |
void |
setConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
String |
toString()
Returns a string representation of this object.
|
ListConversationsResult |
withConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
ListConversationsResult |
withConversations(Conversation... conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
|
ListConversationsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list
the next set of messages.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
nextToken
- If the response is truncated, Amazon Q Business returns this token, which you can use in a later request
to list the next set of messages.public String getNextToken()
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
public ListConversationsResult withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
nextToken
- If the response is truncated, Amazon Q Business returns this token, which you can use in a later request
to list the next set of messages.public List<Conversation> getConversations()
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
public void setConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
conversations
- An array of summary information on the configuration of one or more Amazon Q Business web experiences.public ListConversationsResult withConversations(Conversation... conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
NOTE: This method appends the values to the existing list (if any). Use
setConversations(java.util.Collection)
or withConversations(java.util.Collection)
if you want
to override the existing values.
conversations
- An array of summary information on the configuration of one or more Amazon Q Business web experiences.public ListConversationsResult withConversations(Collection<Conversation> conversations)
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
conversations
- An array of summary information on the configuration of one or more Amazon Q Business web experiences.public String toString()
toString
in class Object
Object.toString()
public ListConversationsResult clone()