7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/qbusiness/model/ResponseConfigurationType.h>
12#include <aws/qbusiness/model/ResponseConfiguration.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename ApplicationIdT = Aws::String>
48 template<
typename ApplicationIdT = Aws::String>
59 template<
typename ChatResponseConfigurationIdT = Aws::String>
61 template<
typename ChatResponseConfigurationIdT = Aws::String>
72 template<
typename DisplayNameT = Aws::String>
74 template<
typename DisplayNameT = Aws::String>
85 template<
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
87 template<
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
90 m_responseConfigurationsHasBeenSet =
true; m_responseConfigurations.emplace(
key, value);
return *
this;
102 template<
typename ClientTokenT = Aws::String>
104 template<
typename ClientTokenT = Aws::String>
110 bool m_applicationIdHasBeenSet =
false;
113 bool m_chatResponseConfigurationIdHasBeenSet =
false;
116 bool m_displayNameHasBeenSet =
false;
119 bool m_responseConfigurationsHasBeenSet =
false;
122 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