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 ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
61 template <
typename ConversationIdT = Aws::String>
63 m_conversationIdHasBeenSet =
true;
64 m_conversationId = std::forward<ConversationIdT>(value);
66 template <
typename ConversationIdT = Aws::String>
80 template <
typename UserIdT = Aws::String>
82 m_userIdHasBeenSet =
true;
83 m_userId = std::forward<UserIdT>(value);
85 template <
typename UserIdT = Aws::String>
100 template <
typename NextTokenT = Aws::String>
102 m_nextTokenHasBeenSet =
true;
103 m_nextToken = std::forward<NextTokenT>(value);
105 template <
typename NextTokenT = Aws::String>
119 m_maxResultsHasBeenSet =
true;
120 m_maxResults = value;
129 bool m_applicationIdHasBeenSet =
false;
132 bool m_conversationIdHasBeenSet =
false;
135 bool m_userIdHasBeenSet =
false;
138 bool m_nextTokenHasBeenSet =
false;
141 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