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>
43 template<
typename AgentDescriptorT = AgentDescriptor>
44 void SetAgentDescriptor(AgentDescriptorT&& value) { m_agentDescriptorHasBeenSet =
true; m_agentDescriptor = std::forward<AgentDescriptorT>(value); }
45 template<
typename AgentDescriptorT = AgentDescriptor>
55 template<
typename AgentIdT = Aws::String>
56 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
57 template<
typename AgentIdT = Aws::String>
67 template<
typename AgentVersionT = Aws::String>
68 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
69 template<
typename AgentVersionT = Aws::String>
79 template<
typename CollaborationInstructionT = Aws::String>
80 void SetCollaborationInstruction(CollaborationInstructionT&& value) { m_collaborationInstructionHasBeenSet =
true; m_collaborationInstruction = std::forward<CollaborationInstructionT>(value); }
81 template<
typename CollaborationInstructionT = Aws::String>
91 template<
typename CollaboratorIdT = Aws::String>
92 void SetCollaboratorId(CollaboratorIdT&& value) { m_collaboratorIdHasBeenSet =
true; m_collaboratorId = std::forward<CollaboratorIdT>(value); }
93 template<
typename CollaboratorIdT = Aws::String>
103 template<
typename CollaboratorNameT = Aws::String>
104 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
105 template<
typename CollaboratorNameT = Aws::String>
121 bool m_agentDescriptorHasBeenSet =
false;
124 bool m_agentIdHasBeenSet =
false;
127 bool m_agentVersionHasBeenSet =
false;
130 bool m_collaborationInstructionHasBeenSet =
false;
133 bool m_collaboratorIdHasBeenSet =
false;
136 bool m_collaboratorNameHasBeenSet =
false;
139 bool m_relayConversationHistoryHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool AgentDescriptorHasBeenSet() const
UpdateAgentCollaboratorRequest & WithRelayConversationHistory(RelayConversationHistory value)
const Aws::String & GetAgentId() const
UpdateAgentCollaboratorRequest & WithCollaborationInstruction(CollaborationInstructionT &&value)
bool CollaborationInstructionHasBeenSet() const
bool RelayConversationHistoryHasBeenSet() const
bool CollaboratorIdHasBeenSet() const
void SetAgentVersion(AgentVersionT &&value)
UpdateAgentCollaboratorRequest & WithAgentVersion(AgentVersionT &&value)
void SetCollaboratorName(CollaboratorNameT &&value)
AWS_BEDROCKAGENT_API UpdateAgentCollaboratorRequest()=default
UpdateAgentCollaboratorRequest & WithAgentId(AgentIdT &&value)
const Aws::String & GetCollaborationInstruction() const
void SetCollaborationInstruction(CollaborationInstructionT &&value)
const Aws::String & GetAgentVersion() const
bool AgentVersionHasBeenSet() const
UpdateAgentCollaboratorRequest & WithCollaboratorName(CollaboratorNameT &&value)
const Aws::String & GetCollaboratorId() const
const AgentDescriptor & GetAgentDescriptor() const
void SetRelayConversationHistory(RelayConversationHistory value)
RelayConversationHistory GetRelayConversationHistory() const
UpdateAgentCollaboratorRequest & WithAgentDescriptor(AgentDescriptorT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetAgentDescriptor(AgentDescriptorT &&value)
bool CollaboratorNameHasBeenSet() const
void SetAgentId(AgentIdT &&value)
bool AgentIdHasBeenSet() const
UpdateAgentCollaboratorRequest & WithCollaboratorId(CollaboratorIdT &&value)
void SetCollaboratorId(CollaboratorIdT &&value)
const Aws::String & GetCollaboratorName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String