7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
62 bool m_userAuthorizationRequired;
63 bool m_userAuthorizationRequiredHasBeenSet =
false;
65 bool m_trainingDataCollectionEnabled;
66 bool m_trainingDataCollectionEnabledHasBeenSet =
false;
bool GetTrainingDataCollectionEnabled() const
bool TrainingDataCollectionEnabledHasBeenSet() const
bool GetUserAuthorizationRequired() const
AWS_CHATBOT_API Aws::String SerializePayload() const override
UpdateAccountPreferencesRequest & WithUserAuthorizationRequired(bool value)
AWS_CHATBOT_API UpdateAccountPreferencesRequest()
void SetUserAuthorizationRequired(bool value)
virtual const char * GetServiceRequestName() const override
void SetTrainingDataCollectionEnabled(bool value)
bool UserAuthorizationRequiredHasBeenSet() const
UpdateAccountPreferencesRequest & WithTrainingDataCollectionEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String