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/core/utils/memory/stl/AWSVector.h>
12#include <aws/qbusiness/model/ResponseConfigurationType.h>
13#include <aws/qbusiness/model/ResponseConfiguration.h>
14#include <aws/qbusiness/model/Tag.h>
16#include <aws/core/utils/UUID.h>
48 template<
typename ApplicationIdT = Aws::String>
50 template<
typename ApplicationIdT = Aws::String>
61 template<
typename DisplayNameT = Aws::String>
63 template<
typename DisplayNameT = Aws::String>
75 template<
typename ClientTokenT = Aws::String>
77 template<
typename ClientTokenT = Aws::String>
89 template<
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
91 template<
typename ResponseConfigurationsT = Aws::Map<ResponseConfigurationType, ResponseConfiguration>>
94 m_responseConfigurationsHasBeenSet =
true; m_responseConfigurations.emplace(
key, value);
return *
this;
106 template<
typename TagsT = Aws::Vector<Tag>>
107 void SetTags(
TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
108 template<
typename TagsT = Aws::Vector<Tag>>
110 template<
typename TagsT = Tag>
116 bool m_applicationIdHasBeenSet =
false;
119 bool m_displayNameHasBeenSet =
false;
122 bool m_clientTokenHasBeenSet =
true;
125 bool m_responseConfigurationsHasBeenSet =
false;
128 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