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>
22namespace BedrockAgentRuntime
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>
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>
71 template<
typename InputT = AgentCollaboratorInputPayload>
72 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
73 template<
typename InputT = AgentCollaboratorInputPayload>
79 bool m_agentCollaboratorAliasArnHasBeenSet =
false;
82 bool m_agentCollaboratorNameHasBeenSet =
false;
85 bool m_inputHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue