7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AgentIdT = Aws::String>
42 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
43 template<
typename AgentIdT = Aws::String>
53 template<
typename AgentVersionT = Aws::String>
54 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
55 template<
typename AgentVersionT = Aws::String>
65 template<
typename CollaboratorIdT = Aws::String>
66 void SetCollaboratorId(CollaboratorIdT&& value) { m_collaboratorIdHasBeenSet =
true; m_collaboratorId = std::forward<CollaboratorIdT>(value); }
67 template<
typename CollaboratorIdT = Aws::String>
73 bool m_agentIdHasBeenSet =
false;
76 bool m_agentVersionHasBeenSet =
false;
79 bool m_collaboratorIdHasBeenSet =
false;
GetAgentCollaboratorRequest & WithCollaboratorId(CollaboratorIdT &&value)
GetAgentCollaboratorRequest & WithAgentVersion(AgentVersionT &&value)
bool AgentIdHasBeenSet() const
bool AgentVersionHasBeenSet() const
const Aws::String & GetCollaboratorId() const
const Aws::String & GetAgentId() const
virtual const char * GetServiceRequestName() const override
GetAgentCollaboratorRequest & WithAgentId(AgentIdT &&value)
void SetAgentVersion(AgentVersionT &&value)
void SetCollaboratorId(CollaboratorIdT &&value)
bool CollaboratorIdHasBeenSet() const
void SetAgentId(AgentIdT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetAgentVersion() const
AWS_BEDROCKAGENT_API GetAgentCollaboratorRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String