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/qconnect/QConnectRequest.h>
12#include <aws/qconnect/QConnect_EXPORTS.h>
13#include <aws/qconnect/model/AIAgentConfigurationData.h>
14#include <aws/qconnect/model/AIAgentType.h>
15#include <aws/qconnect/model/OrchestratorConfigurationEntry.h>
16#include <aws/qconnect/model/TagFilter.h>
48 template <
typename ClientTokenT = Aws::String>
50 m_clientTokenHasBeenSet =
true;
51 m_clientToken = std::forward<ClientTokenT>(value);
53 template <
typename ClientTokenT = Aws::String>
67 template <
typename AssistantIdT = Aws::String>
69 m_assistantIdHasBeenSet =
true;
70 m_assistantId = std::forward<AssistantIdT>(value);
72 template <
typename AssistantIdT = Aws::String>
85 template <
typename NameT = Aws::String>
87 m_nameHasBeenSet =
true;
88 m_name = std::forward<NameT>(value);
90 template <
typename NameT = Aws::String>
92 SetName(std::forward<NameT>(value));
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
145 template <
typename TagFilterT = TagFilter>
147 m_tagFilterHasBeenSet =
true;
148 m_tagFilter = std::forward<TagFilterT>(value);
150 template <
typename TagFilterT = TagFilter>
164 template <
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
166 m_aiAgentConfigurationHasBeenSet =
true;
167 m_aiAgentConfiguration = std::forward<AiAgentConfigurationT>(value);
169 template <
typename AiAgentConfigurationT = Aws::Map<AIAgentType, AIAgentConfigurationData>>
175 m_aiAgentConfigurationHasBeenSet =
true;
176 m_aiAgentConfiguration.emplace(key, value);
189 template <
typename ContactArnT = Aws::String>
191 m_contactArnHasBeenSet =
true;
192 m_contactArn = std::forward<ContactArnT>(value);
194 template <
typename ContactArnT = Aws::String>
206 return m_orchestratorConfigurationList;
209 template <
typename OrchestratorConfigurationListT = Aws::Vector<OrchestratorConfigurationEntry>>
211 m_orchestratorConfigurationListHasBeenSet =
true;
212 m_orchestratorConfigurationList = std::forward<OrchestratorConfigurationListT>(value);
214 template <
typename OrchestratorConfigurationListT = Aws::Vector<OrchestratorConfigurationEntry>>
219 template <
typename OrchestratorConfigurationListT = OrchestratorConfigurationEntry>
221 m_orchestratorConfigurationListHasBeenSet =
true;
222 m_orchestratorConfigurationList.emplace_back(std::forward<OrchestratorConfigurationListT>(value));
234 m_removeOrchestratorConfigurationListHasBeenSet =
true;
235 m_removeOrchestratorConfigurationList = value;
253 TagFilter m_tagFilter;
261 bool m_removeOrchestratorConfigurationList{
false};
262 bool m_clientTokenHasBeenSet =
true;
263 bool m_assistantIdHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_descriptionHasBeenSet =
false;
266 bool m_tagsHasBeenSet =
false;
267 bool m_tagFilterHasBeenSet =
false;
268 bool m_aiAgentConfigurationHasBeenSet =
false;
269 bool m_contactArnHasBeenSet =
false;
270 bool m_orchestratorConfigurationListHasBeenSet =
false;
271 bool m_removeOrchestratorConfigurationListHasBeenSet =
false;
bool NameHasBeenSet() const
CreateSessionRequest & WithAssistantId(AssistantIdT &&value)
CreateSessionRequest & WithContactArn(ContactArnT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetContactArn() const
const Aws::String & GetAssistantId() const
void SetDescription(DescriptionT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::Map< AIAgentType, AIAgentConfigurationData > & GetAiAgentConfiguration() const
bool TagFilterHasBeenSet() const
const Aws::String & GetDescription() const
void SetName(NameT &&value)
const Aws::String & GetClientToken() const
void SetAssistantId(AssistantIdT &&value)
CreateSessionRequest & WithClientToken(ClientTokenT &&value)
void SetOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
AWS_QCONNECT_API Aws::String SerializePayload() const override
bool RemoveOrchestratorConfigurationListHasBeenSet() const
CreateSessionRequest & WithDescription(DescriptionT &&value)
void SetContactArn(ContactArnT &&value)
bool ClientTokenHasBeenSet() const
const Aws::Vector< OrchestratorConfigurationEntry > & GetOrchestratorConfigurationList() const
CreateSessionRequest & WithRemoveOrchestratorConfigurationList(bool value)
CreateSessionRequest & AddAiAgentConfiguration(AIAgentType key, AIAgentConfigurationData value)
CreateSessionRequest & WithTagFilter(TagFilterT &&value)
CreateSessionRequest & WithAiAgentConfiguration(AiAgentConfigurationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_QCONNECT_API CreateSessionRequest()=default
void SetTags(TagsT &&value)
CreateSessionRequest & WithName(NameT &&value)
bool OrchestratorConfigurationListHasBeenSet() const
void SetRemoveOrchestratorConfigurationList(bool value)
bool ContactArnHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateSessionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
bool AiAgentConfigurationHasBeenSet() const
void SetAiAgentConfiguration(AiAgentConfigurationT &&value)
CreateSessionRequest & WithTags(TagsT &&value)
CreateSessionRequest & AddOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
const Aws::String & GetName() const
CreateSessionRequest & WithOrchestratorConfigurationList(OrchestratorConfigurationListT &&value)
void SetTagFilter(TagFilterT &&value)
bool AssistantIdHasBeenSet() const
const TagFilter & GetTagFilter() const
bool GetRemoveOrchestratorConfigurationList() const
static Aws::Utils::UUID PseudoRandomUUID()
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