7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/bedrock-agent/model/AgentDescriptor.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/bedrock-agent/model/RelayConversationHistory.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename AgentDescriptorT = AgentDescriptor>
45 void SetAgentDescriptor(AgentDescriptorT&& value) { m_agentDescriptorHasBeenSet =
true; m_agentDescriptor = std::forward<AgentDescriptorT>(value); }
46 template<
typename AgentDescriptorT = AgentDescriptor>
56 template<
typename AgentIdT = Aws::String>
57 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
58 template<
typename AgentIdT = Aws::String>
68 template<
typename AgentVersionT = Aws::String>
69 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
70 template<
typename AgentVersionT = Aws::String>
80 template<
typename ClientTokenT = Aws::String>
81 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
82 template<
typename ClientTokenT = Aws::String>
92 template<
typename CollaborationInstructionT = Aws::String>
93 void SetCollaborationInstruction(CollaborationInstructionT&& value) { m_collaborationInstructionHasBeenSet =
true; m_collaborationInstruction = std::forward<CollaborationInstructionT>(value); }
94 template<
typename CollaborationInstructionT = Aws::String>
104 template<
typename CollaboratorNameT = Aws::String>
105 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
106 template<
typename CollaboratorNameT = Aws::String>
122 bool m_agentDescriptorHasBeenSet =
false;
125 bool m_agentIdHasBeenSet =
false;
128 bool m_agentVersionHasBeenSet =
false;
131 bool m_clientTokenHasBeenSet =
true;
134 bool m_collaborationInstructionHasBeenSet =
false;
137 bool m_collaboratorNameHasBeenSet =
false;
140 bool m_relayConversationHistoryHasBeenSet =
false;
bool AgentIdHasBeenSet() const
bool CollaboratorNameHasBeenSet() const
const Aws::String & GetCollaboratorName() const
const AgentDescriptor & GetAgentDescriptor() const
bool RelayConversationHistoryHasBeenSet() const
void SetAgentDescriptor(AgentDescriptorT &&value)
AssociateAgentCollaboratorRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool AgentDescriptorHasBeenSet() const
AWS_BEDROCKAGENT_API AssociateAgentCollaboratorRequest()=default
void SetAgentId(AgentIdT &&value)
void SetCollaborationInstruction(CollaborationInstructionT &&value)
AssociateAgentCollaboratorRequest & WithCollaborationInstruction(CollaborationInstructionT &&value)
AssociateAgentCollaboratorRequest & WithAgentId(AgentIdT &&value)
void SetClientToken(ClientTokenT &&value)
bool AgentVersionHasBeenSet() const
RelayConversationHistory GetRelayConversationHistory() const
AssociateAgentCollaboratorRequest & WithCollaboratorName(CollaboratorNameT &&value)
AssociateAgentCollaboratorRequest & WithAgentVersion(AgentVersionT &&value)
void SetAgentVersion(AgentVersionT &&value)
const Aws::String & GetAgentVersion() const
AssociateAgentCollaboratorRequest & WithAgentDescriptor(AgentDescriptorT &&value)
virtual const char * GetServiceRequestName() const override
void SetRelayConversationHistory(RelayConversationHistory value)
const Aws::String & GetCollaborationInstruction() const
const Aws::String & GetAgentId() const
void SetCollaboratorName(CollaboratorNameT &&value)
bool CollaborationInstructionHasBeenSet() const
AssociateAgentCollaboratorRequest & WithRelayConversationHistory(RelayConversationHistory value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String