7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApplicationIdT = Aws::String>
49 template<
typename ApplicationIdT = Aws::String>
60 template<
typename UserIdT = Aws::String>
61 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
62 template<
typename UserIdT = Aws::String>
75 template<
typename NextTokenT = Aws::String>
76 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
77 template<
typename NextTokenT = Aws::String>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 bool m_applicationIdHasBeenSet =
false;
96 bool m_userIdHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
AWS_QBUSINESS_API ListConversationsRequest()=default
const Aws::String & GetUserId() const
void SetMaxResults(int value)
bool UserIdHasBeenSet() const
ListConversationsRequest & WithMaxResults(int value)
ListConversationsRequest & WithUserId(UserIdT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetApplicationId() const
void SetUserId(UserIdT &&value)
ListConversationsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
bool ApplicationIdHasBeenSet() const
ListConversationsRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
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