7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/QBusinessRequest.h>
11#include <aws/qbusiness/QBusiness_EXPORTS.h>
12#include <aws/qbusiness/model/ResponseConfiguration.h>
13#include <aws/qbusiness/model/ResponseConfigurationType.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 ChatResponseConfigurationIdT = Aws::String>
63 m_chatResponseConfigurationIdHasBeenSet =
true;
64 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
66 template <
typename ChatResponseConfigurationIdT = Aws::String>
80 template <
typename DisplayNameT = Aws::String>
82 m_displayNameHasBeenSet =
true;
83 m_displayName = std::forward<DisplayNameT>(value);
85 template <
typename DisplayNameT = Aws::String>
98 return m_responseConfigurations;
101 template <
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
103 m_responseConfigurationsHasBeenSet =
true;
104 m_responseConfigurations = std::forward<ResponseConfigurationsT>(value);
106 template <
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
112 m_responseConfigurationsHasBeenSet =
true;
113 m_responseConfigurations.emplace(
key, value);
126 template <
typename ClientTokenT = Aws::String>
128 m_clientTokenHasBeenSet =
true;
129 m_clientToken = std::forward<ClientTokenT>(value);
131 template <
typename ClientTokenT = Aws::String>
139 bool m_applicationIdHasBeenSet =
false;
142 bool m_chatResponseConfigurationIdHasBeenSet =
false;
145 bool m_displayNameHasBeenSet =
false;
148 bool m_responseConfigurationsHasBeenSet =
false;
151 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetDisplayName() const
virtual const char * GetServiceRequestName() const override
bool ResponseConfigurationsHasBeenSet() const
UpdateChatResponseConfigurationRequest & WithResponseConfigurations(ResponseConfigurationsT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetApplicationId() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetChatResponseConfigurationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
UpdateChatResponseConfigurationRequest & WithClientToken(ClientTokenT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetClientToken(ClientTokenT &&value)
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
bool ChatResponseConfigurationIdHasBeenSet() const
UpdateChatResponseConfigurationRequest & WithDisplayName(DisplayNameT &&value)
UpdateChatResponseConfigurationRequest & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
bool DisplayNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
AWS_QBUSINESS_API UpdateChatResponseConfigurationRequest()=default
UpdateChatResponseConfigurationRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetClientToken() const
const Aws::Map< ResponseConfigurationType, ResponseConfiguration > & GetResponseConfigurations() const
UpdateChatResponseConfigurationRequest & AddResponseConfigurations(ResponseConfigurationType key, ResponseConfiguration value)
void SetResponseConfigurations(ResponseConfigurationsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
ResponseConfigurationType
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String