AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AgentCollaboratorInvocationInput.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/AgentCollaboratorInputPayload.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 AgentCollaboratorInvocationInput() = default;
36 AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationInput(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetAgentCollaboratorAliasArn() const { return m_agentCollaboratorAliasArn; }
46 inline bool AgentCollaboratorAliasArnHasBeenSet() const { return m_agentCollaboratorAliasArnHasBeenSet; }
47 template<typename AgentCollaboratorAliasArnT = Aws::String>
48 void SetAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT&& value) { m_agentCollaboratorAliasArnHasBeenSet = true; m_agentCollaboratorAliasArn = std::forward<AgentCollaboratorAliasArnT>(value); }
49 template<typename AgentCollaboratorAliasArnT = Aws::String>
50 AgentCollaboratorInvocationInput& WithAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT&& value) { SetAgentCollaboratorAliasArn(std::forward<AgentCollaboratorAliasArnT>(value)); return *this;}
52
54
57 inline const Aws::String& GetAgentCollaboratorName() const { return m_agentCollaboratorName; }
58 inline bool AgentCollaboratorNameHasBeenSet() const { return m_agentCollaboratorNameHasBeenSet; }
59 template<typename AgentCollaboratorNameT = Aws::String>
60 void SetAgentCollaboratorName(AgentCollaboratorNameT&& value) { m_agentCollaboratorNameHasBeenSet = true; m_agentCollaboratorName = std::forward<AgentCollaboratorNameT>(value); }
61 template<typename AgentCollaboratorNameT = Aws::String>
62 AgentCollaboratorInvocationInput& WithAgentCollaboratorName(AgentCollaboratorNameT&& value) { SetAgentCollaboratorName(std::forward<AgentCollaboratorNameT>(value)); return *this;}
64
66
69 inline const AgentCollaboratorInputPayload& GetInput() const { return m_input; }
70 inline bool InputHasBeenSet() const { return m_inputHasBeenSet; }
71 template<typename InputT = AgentCollaboratorInputPayload>
72 void SetInput(InputT&& value) { m_inputHasBeenSet = true; m_input = std::forward<InputT>(value); }
73 template<typename InputT = AgentCollaboratorInputPayload>
74 AgentCollaboratorInvocationInput& WithInput(InputT&& value) { SetInput(std::forward<InputT>(value)); return *this;}
76 private:
77
78 Aws::String m_agentCollaboratorAliasArn;
79 bool m_agentCollaboratorAliasArnHasBeenSet = false;
80
81 Aws::String m_agentCollaboratorName;
82 bool m_agentCollaboratorNameHasBeenSet = false;
83
85 bool m_inputHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace BedrockAgentRuntime
90} // namespace Aws
AgentCollaboratorInvocationInput & WithAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT &&value)
AgentCollaboratorInvocationInput & WithAgentCollaboratorName(AgentCollaboratorNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationInput()=default
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationInput(Aws::Utils::Json::JsonView jsonValue)
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