7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename ConversationIdT = Aws::String>
44 m_conversationIdHasBeenSet =
true;
45 m_conversationId = std::forward<ConversationIdT>(value);
47 template <
typename ConversationIdT = Aws::String>
60 template <
typename ApplicationIdT = Aws::String>
62 m_applicationIdHasBeenSet =
true;
63 m_applicationId = std::forward<ApplicationIdT>(value);
65 template <
typename ApplicationIdT = Aws::String>
79 template <
typename UserIdT = Aws::String>
81 m_userIdHasBeenSet =
true;
82 m_userId = std::forward<UserIdT>(value);
84 template <
typename UserIdT = Aws::String>
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
118 m_maxResultsHasBeenSet =
true;
119 m_maxResults = value;
128 bool m_conversationIdHasBeenSet =
false;
131 bool m_applicationIdHasBeenSet =
false;
134 bool m_userIdHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
ListMessagesRequest & WithApplicationId(ApplicationIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetNextToken() const
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListMessagesRequest & WithMaxResults(int value)
int GetMaxResults() const
bool ConversationIdHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetConversationId(ConversationIdT &&value)
ListMessagesRequest & WithConversationId(ConversationIdT &&value)
bool NextTokenHasBeenSet() const
ListMessagesRequest & WithUserId(UserIdT &&value)
const Aws::String & GetConversationId() const
const Aws::String & GetApplicationId() const
bool MaxResultsHasBeenSet() const
bool UserIdHasBeenSet() const
ListMessagesRequest & WithNextToken(NextTokenT &&value)
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetUserId(UserIdT &&value)
const Aws::String & GetUserId() const
AWS_QBUSINESS_API ListMessagesRequest()=default
bool ApplicationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String