7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/RelayConversationHistory.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
41 template <
typename AgentAliasArnT = Aws::String>
43 m_agentAliasArnHasBeenSet =
true;
44 m_agentAliasArn = std::forward<AgentAliasArnT>(value);
46 template <
typename AgentAliasArnT = Aws::String>
60 template <
typename CollaboratorInstructionT = Aws::String>
62 m_collaboratorInstructionHasBeenSet =
true;
63 m_collaboratorInstruction = std::forward<CollaboratorInstructionT>(value);
65 template <
typename CollaboratorInstructionT = Aws::String>
79 template <
typename CollaboratorNameT = Aws::String>
81 m_collaboratorNameHasBeenSet =
true;
82 m_collaboratorName = std::forward<CollaboratorNameT>(value);
84 template <
typename CollaboratorNameT = Aws::String>
98 m_relayConversationHistoryHasBeenSet =
true;
99 m_relayConversationHistory = value;
114 bool m_agentAliasArnHasBeenSet =
false;
115 bool m_collaboratorInstructionHasBeenSet =
false;
116 bool m_collaboratorNameHasBeenSet =
false;
117 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue