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/Metadata.h>
10#include <aws/bedrock-agent-runtime/model/AgentCollaboratorOutputPayload.h>
23namespace BedrockAgentRuntime
48 template<
typename AgentCollaboratorAliasArnT = Aws::String>
49 void SetAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT&& value) { m_agentCollaboratorAliasArnHasBeenSet =
true; m_agentCollaboratorAliasArn = std::forward<AgentCollaboratorAliasArnT>(value); }
50 template<
typename AgentCollaboratorAliasArnT = Aws::String>
60 template<
typename AgentCollaboratorNameT = Aws::String>
61 void SetAgentCollaboratorName(AgentCollaboratorNameT&& value) { m_agentCollaboratorNameHasBeenSet =
true; m_agentCollaboratorName = std::forward<AgentCollaboratorNameT>(value); }
62 template<
typename AgentCollaboratorNameT = Aws::String>
72 template<
typename MetadataT = Metadata>
73 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
74 template<
typename MetadataT = Metadata>
84 template<
typename OutputT = AgentCollaboratorOutputPayload>
85 void SetOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output = std::forward<OutputT>(value); }
86 template<
typename OutputT = AgentCollaboratorOutputPayload>
92 bool m_agentCollaboratorAliasArnHasBeenSet =
false;
95 bool m_agentCollaboratorNameHasBeenSet =
false;
98 bool m_metadataHasBeenSet =
false;
101 bool m_outputHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AgentCollaboratorInvocationOutput & WithOutput(OutputT &&value)
void SetAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT &&value)
const Metadata & GetMetadata() const
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentCollaboratorInvocationOutput & WithAgentCollaboratorAliasArn(AgentCollaboratorAliasArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationOutput(Aws::Utils::Json::JsonView jsonValue)
void SetMetadata(MetadataT &&value)
bool MetadataHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API AgentCollaboratorInvocationOutput()=default
bool AgentCollaboratorNameHasBeenSet() const
const Aws::String & GetAgentCollaboratorAliasArn() const
const AgentCollaboratorOutputPayload & GetOutput() const
AgentCollaboratorInvocationOutput & WithMetadata(MetadataT &&value)
void SetOutput(OutputT &&value)
AgentCollaboratorInvocationOutput & WithAgentCollaboratorName(AgentCollaboratorNameT &&value)
bool AgentCollaboratorAliasArnHasBeenSet() const
void SetAgentCollaboratorName(AgentCollaboratorNameT &&value)
bool OutputHasBeenSet() const
const Aws::String & GetAgentCollaboratorName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue