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/core/utils/memory/stl/AWSVector.h>
11#include <aws/qbusiness/QBusinessRequest.h>
12#include <aws/qbusiness/QBusiness_EXPORTS.h>
13#include <aws/qbusiness/model/ResponseConfiguration.h>
14#include <aws/qbusiness/model/ResponseConfigurationType.h>
15#include <aws/qbusiness/model/Tag.h>
44 template <
typename ApplicationIdT = Aws::String>
46 m_applicationIdHasBeenSet =
true;
47 m_applicationId = std::forward<ApplicationIdT>(value);
49 template <
typename ApplicationIdT = Aws::String>
63 template <
typename DisplayNameT = Aws::String>
65 m_displayNameHasBeenSet =
true;
66 m_displayName = std::forward<DisplayNameT>(value);
68 template <
typename DisplayNameT = Aws::String>
83 template <
typename ClientTokenT = Aws::String>
85 m_clientTokenHasBeenSet =
true;
86 m_clientToken = std::forward<ClientTokenT>(value);
88 template <
typename ClientTokenT = Aws::String>
102 return m_responseConfigurations;
105 template <
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
107 m_responseConfigurationsHasBeenSet =
true;
108 m_responseConfigurations = std::forward<ResponseConfigurationsT>(value);
110 template <
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
116 m_responseConfigurationsHasBeenSet =
true;
117 m_responseConfigurations.emplace(
key, value);
130 template <
typename TagsT = Aws::Vector<Tag>>
132 m_tagsHasBeenSet =
true;
133 m_tags = std::forward<TagsT>(value);
135 template <
typename TagsT = Aws::Vector<Tag>>
137 SetTags(std::forward<TagsT>(value));
140 template <
typename TagsT = Tag>
142 m_tagsHasBeenSet =
true;
143 m_tags.emplace_back(std::forward<TagsT>(value));
157 bool m_applicationIdHasBeenSet =
false;
158 bool m_displayNameHasBeenSet =
false;
159 bool m_clientTokenHasBeenSet =
true;
160 bool m_responseConfigurationsHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
AWS_QBUSINESS_API Aws::String SerializePayload() const override
const Aws::String & GetDisplayName() const
void SetResponseConfigurations(ResponseConfigurationsT &&value)
void SetTags(TagsT &&value)
const Aws::Map< ResponseConfigurationType, ResponseConfiguration > & GetResponseConfigurations() const
void SetApplicationId(ApplicationIdT &&value)
CreateChatResponseConfigurationRequest & WithResponseConfigurations(ResponseConfigurationsT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
bool TagsHasBeenSet() const
bool ResponseConfigurationsHasBeenSet() const
CreateChatResponseConfigurationRequest & WithClientToken(ClientTokenT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
bool ApplicationIdHasBeenSet() const
CreateChatResponseConfigurationRequest & AddTags(TagsT &&value)
AWS_QBUSINESS_API CreateChatResponseConfigurationRequest()=default
CreateChatResponseConfigurationRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateChatResponseConfigurationRequest & WithDisplayName(DisplayNameT &&value)
CreateChatResponseConfigurationRequest & AddResponseConfigurations(ResponseConfigurationType key, ResponseConfiguration value)
const Aws::String & GetApplicationId() const
const Aws::Vector< Tag > & GetTags() const
CreateChatResponseConfigurationRequest & WithApplicationId(ApplicationIdT &&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
std::vector< T, Aws::Allocator< T > > Vector