7#include <aws/chatbot/ChatbotRequest.h>
8#include <aws/chatbot/Chatbot_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename ChatConfigurationT = Aws::String>
39 m_chatConfigurationHasBeenSet =
true;
40 m_chatConfiguration = std::forward<ChatConfigurationT>(value);
42 template <
typename ChatConfigurationT = Aws::String>
58 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
93 bool m_chatConfigurationHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
ListAssociationsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool ChatConfigurationHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
void SetChatConfiguration(ChatConfigurationT &&value)
const Aws::String & GetChatConfiguration() const
ListAssociationsRequest & WithChatConfiguration(ChatConfigurationT &&value)
ListAssociationsRequest & WithMaxResults(int value)
AWS_CHATBOT_API ListAssociationsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String