7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ChatConfigurationT = Aws::String>
42 void SetChatConfiguration(ChatConfigurationT&& value) { m_chatConfigurationHasBeenSet =
true; m_chatConfiguration = std::forward<ChatConfigurationT>(value); }
43 template<
typename ChatConfigurationT = Aws::String>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_chatConfigurationHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
82 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