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>
22namespace BedrockAgentRuntime
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>
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>
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>
91 bool m_agentAliasArnHasBeenSet =
false;
94 bool m_collaboratorInstructionHasBeenSet =
false;
97 bool m_collaboratorNameHasBeenSet =
false;
100 bool m_relayConversationHistoryHasBeenSet =
false;
bool RelayConversationHistoryHasBeenSet() const
const Aws::String & GetCollaboratorName() const
void SetCollaboratorName(CollaboratorNameT &&value)
bool CollaboratorNameHasBeenSet() const
bool CollaboratorInstructionHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration(Aws::Utils::Json::JsonView jsonValue)
CollaboratorConfiguration & WithRelayConversationHistory(RelayConversationHistory value)
const Aws::String & GetCollaboratorInstruction() const
const Aws::String & GetAgentAliasArn() const
void SetAgentAliasArn(AgentAliasArnT &&value)
bool AgentAliasArnHasBeenSet() const
CollaboratorConfiguration & WithAgentAliasArn(AgentAliasArnT &&value)
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CollaboratorConfiguration & WithCollaboratorInstruction(CollaboratorInstructionT &&value)
AWS_BEDROCKAGENTRUNTIME_API CollaboratorConfiguration()=default
RelayConversationHistory GetRelayConversationHistory() const
void SetRelayConversationHistory(RelayConversationHistory value)
CollaboratorConfiguration & WithCollaboratorName(CollaboratorNameT &&value)
void SetCollaboratorInstruction(CollaboratorInstructionT &&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