7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qbusiness/model/Conversation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
55 template<
typename ConversationsT = Aws::Vector<Conversation>>
57 template<
typename ConversationsT = Aws::Vector<Conversation>>
59 template<
typename ConversationsT = Conversation>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_conversationsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_QBUSINESS_API ListConversationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Conversation > & GetConversations() const
AWS_QBUSINESS_API ListConversationsResult()=default
void SetConversations(ConversationsT &&value)
ListConversationsResult & WithNextToken(NextTokenT &&value)
AWS_QBUSINESS_API ListConversationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListConversationsResult & AddConversations(ConversationsT &&value)
ListConversationsResult & WithRequestId(RequestIdT &&value)
ListConversationsResult & WithConversations(ConversationsT &&value)
const Aws::String & GetNextToken() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue