AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
OrchestratorConfigurationEntry.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
29 public:
30 AWS_QCONNECT_API OrchestratorConfigurationEntry() = default;
33 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetAiAgentId() const { return m_aiAgentId; }
40 inline bool AiAgentIdHasBeenSet() const { return m_aiAgentIdHasBeenSet; }
41 template <typename AiAgentIdT = Aws::String>
42 void SetAiAgentId(AiAgentIdT&& value) {
43 m_aiAgentIdHasBeenSet = true;
44 m_aiAgentId = std::forward<AiAgentIdT>(value);
45 }
46 template <typename AiAgentIdT = Aws::String>
48 SetAiAgentId(std::forward<AiAgentIdT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetOrchestratorUseCase() const { return m_orchestratorUseCase; }
59 inline bool OrchestratorUseCaseHasBeenSet() const { return m_orchestratorUseCaseHasBeenSet; }
60 template <typename OrchestratorUseCaseT = Aws::String>
62 m_orchestratorUseCaseHasBeenSet = true;
63 m_orchestratorUseCase = std::forward<OrchestratorUseCaseT>(value);
64 }
65 template <typename OrchestratorUseCaseT = Aws::String>
67 SetOrchestratorUseCase(std::forward<OrchestratorUseCaseT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_aiAgentId;
73
74 Aws::String m_orchestratorUseCase;
75 bool m_aiAgentIdHasBeenSet = false;
76 bool m_orchestratorUseCaseHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace QConnect
81} // namespace Aws
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