AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CollaboratorConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/RelayConversationHistory.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgentRuntime
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration() = default;
36 AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetAgentAliasArn() const { return m_agentAliasArn; }
46 inline bool AgentAliasArnHasBeenSet() const { return m_agentAliasArnHasBeenSet; }
47 template<typename AgentAliasArnT = Aws::String>
48 void SetAgentAliasArn(AgentAliasArnT&& value) { m_agentAliasArnHasBeenSet = true; m_agentAliasArn = std::forward<AgentAliasArnT>(value); }
49 template<typename AgentAliasArnT = Aws::String>
50 CollaboratorConfiguration& WithAgentAliasArn(AgentAliasArnT&& value) { SetAgentAliasArn(std::forward<AgentAliasArnT>(value)); return *this;}
52
54
58 inline const Aws::String& GetCollaboratorInstruction() const { return m_collaboratorInstruction; }
59 inline bool CollaboratorInstructionHasBeenSet() const { return m_collaboratorInstructionHasBeenSet; }
60 template<typename CollaboratorInstructionT = Aws::String>
61 void SetCollaboratorInstruction(CollaboratorInstructionT&& value) { m_collaboratorInstructionHasBeenSet = true; m_collaboratorInstruction = std::forward<CollaboratorInstructionT>(value); }
62 template<typename CollaboratorInstructionT = Aws::String>
63 CollaboratorConfiguration& WithCollaboratorInstruction(CollaboratorInstructionT&& value) { SetCollaboratorInstruction(std::forward<CollaboratorInstructionT>(value)); return *this;}
65
67
71 inline const Aws::String& GetCollaboratorName() const { return m_collaboratorName; }
72 inline bool CollaboratorNameHasBeenSet() const { return m_collaboratorNameHasBeenSet; }
73 template<typename CollaboratorNameT = Aws::String>
74 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet = true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
75 template<typename CollaboratorNameT = Aws::String>
76 CollaboratorConfiguration& WithCollaboratorName(CollaboratorNameT&& value) { SetCollaboratorName(std::forward<CollaboratorNameT>(value)); return *this;}
78
80
83 inline RelayConversationHistory GetRelayConversationHistory() const { return m_relayConversationHistory; }
84 inline bool RelayConversationHistoryHasBeenSet() const { return m_relayConversationHistoryHasBeenSet; }
85 inline void SetRelayConversationHistory(RelayConversationHistory value) { m_relayConversationHistoryHasBeenSet = true; m_relayConversationHistory = value; }
88 private:
89
90 Aws::String m_agentAliasArn;
91 bool m_agentAliasArnHasBeenSet = false;
92
93 Aws::String m_collaboratorInstruction;
94 bool m_collaboratorInstructionHasBeenSet = false;
95
96 Aws::String m_collaboratorName;
97 bool m_collaboratorNameHasBeenSet = false;
98
100 bool m_relayConversationHistoryHasBeenSet = false;
101 };
102
103} // namespace Model
104} // namespace BedrockAgentRuntime
105} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration(Aws::Utils::Json::JsonView jsonValue)
CollaboratorConfiguration & WithRelayConversationHistory(RelayConversationHistory value)
CollaboratorConfiguration & WithAgentAliasArn(AgentAliasArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CollaboratorConfiguration & WithCollaboratorInstruction(CollaboratorInstructionT &&value)
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration()=default
CollaboratorConfiguration & WithCollaboratorName(CollaboratorNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue