7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
41 template <
typename AiAgentIdT = Aws::String>
43 m_aiAgentIdHasBeenSet =
true;
44 m_aiAgentId = std::forward<AiAgentIdT>(value);
46 template <
typename AiAgentIdT = Aws::String>
60 template <
typename OrchestratorUseCaseT = Aws::String>
62 m_orchestratorUseCaseHasBeenSet =
true;
63 m_orchestratorUseCase = std::forward<OrchestratorUseCaseT>(value);
65 template <
typename OrchestratorUseCaseT = Aws::String>
75 bool m_aiAgentIdHasBeenSet =
false;
76 bool m_orchestratorUseCaseHasBeenSet =
false;
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AiAgentIdHasBeenSet() const
AWS_QCONNECT_API OrchestratorConfigurationEntry()=default
const Aws::String & GetAiAgentId() const
OrchestratorConfigurationEntry & WithAiAgentId(AiAgentIdT &&value)
const Aws::String & GetOrchestratorUseCase() const
void SetOrchestratorUseCase(OrchestratorUseCaseT &&value)
AWS_QCONNECT_API OrchestratorConfigurationEntry(Aws::Utils::Json::JsonView jsonValue)
void SetAiAgentId(AiAgentIdT &&value)
bool OrchestratorUseCaseHasBeenSet() const
AWS_QCONNECT_API OrchestratorConfigurationEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
OrchestratorConfigurationEntry & WithOrchestratorUseCase(OrchestratorUseCaseT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue