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 ConversationIdT = Aws::String>
62 template<
typename ConversationIdT = Aws::String>
73 template<
typename UserIdT = Aws::String>
74 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
75 template<
typename UserIdT = Aws::String>
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
99 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
105 bool m_applicationIdHasBeenSet =
false;
108 bool m_conversationIdHasBeenSet =
false;
111 bool m_userIdHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
void SetConversationId(ConversationIdT &&value)
AWS_QBUSINESS_API ListAttachmentsRequest()=default
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAttachmentsRequest & WithConversationId(ConversationIdT &&value)
const Aws::String & GetApplicationId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserId() const
bool UserIdHasBeenSet() const
bool NextTokenHasBeenSet() const
ListAttachmentsRequest & WithUserId(UserIdT &&value)
ListAttachmentsRequest & WithMaxResults(int value)
const Aws::String & GetConversationId() const
void SetNextToken(NextTokenT &&value)
ListAttachmentsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool ConversationIdHasBeenSet() const
ListAttachmentsRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetApplicationId(ApplicationIdT &&value)
void SetUserId(UserIdT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool ApplicationIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String