7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentDescriptor.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent/model/RelayConversationHistory.h>
49 template<
typename AgentDescriptorT = AgentDescriptor>
50 void SetAgentDescriptor(AgentDescriptorT&& value) { m_agentDescriptorHasBeenSet =
true; m_agentDescriptor = std::forward<AgentDescriptorT>(value); }
51 template<
typename AgentDescriptorT = AgentDescriptor>
61 template<
typename AgentIdT = Aws::String>
62 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
63 template<
typename AgentIdT = Aws::String>
73 template<
typename AgentVersionT = Aws::String>
74 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
75 template<
typename AgentVersionT = Aws::String>
85 template<
typename ClientTokenT = Aws::String>
86 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
87 template<
typename ClientTokenT = Aws::String>
97 template<
typename CollaborationInstructionT = Aws::String>
98 void SetCollaborationInstruction(CollaborationInstructionT&& value) { m_collaborationInstructionHasBeenSet =
true; m_collaborationInstruction = std::forward<CollaborationInstructionT>(value); }
99 template<
typename CollaborationInstructionT = Aws::String>
109 template<
typename CollaboratorIdT = Aws::String>
110 void SetCollaboratorId(CollaboratorIdT&& value) { m_collaboratorIdHasBeenSet =
true; m_collaboratorId = std::forward<CollaboratorIdT>(value); }
111 template<
typename CollaboratorIdT = Aws::String>
121 template<
typename CollaboratorNameT = Aws::String>
122 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
123 template<
typename CollaboratorNameT = Aws::String>
133 template<
typename CreatedAtT = Aws::Utils::DateTime>
134 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
135 template<
typename CreatedAtT = Aws::Utils::DateTime>
145 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
146 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
147 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
163 bool m_agentDescriptorHasBeenSet =
false;
166 bool m_agentIdHasBeenSet =
false;
169 bool m_agentVersionHasBeenSet =
false;
172 bool m_clientTokenHasBeenSet =
false;
175 bool m_collaborationInstructionHasBeenSet =
false;
178 bool m_collaboratorIdHasBeenSet =
false;
181 bool m_collaboratorNameHasBeenSet =
false;
184 bool m_createdAtHasBeenSet =
false;
187 bool m_lastUpdatedAtHasBeenSet =
false;
190 bool m_relayConversationHistoryHasBeenSet =
false;
void SetRelayConversationHistory(RelayConversationHistory value)
AgentCollaborator & WithCollaborationInstruction(CollaborationInstructionT &&value)
bool CollaboratorIdHasBeenSet() const
AgentCollaborator & WithAgentVersion(AgentVersionT &&value)
void SetAgentId(AgentIdT &&value)
AgentCollaborator & WithCollaboratorId(CollaboratorIdT &&value)
const Aws::String & GetCollaboratorName() const
AgentCollaborator & WithAgentId(AgentIdT &&value)
bool AgentVersionHasBeenSet() const
bool CreatedAtHasBeenSet() const
AgentCollaborator & WithLastUpdatedAt(LastUpdatedAtT &&value)
AgentCollaborator & WithAgentDescriptor(AgentDescriptorT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool RelayConversationHistoryHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetAgentVersion() const
AWS_BEDROCKAGENT_API AgentCollaborator()=default
const Aws::String & GetClientToken() const
AgentCollaborator & WithClientToken(ClientTokenT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
const AgentDescriptor & GetAgentDescriptor() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCollaboratorName(CollaboratorNameT &&value)
void SetAgentDescriptor(AgentDescriptorT &&value)
void SetCollaborationInstruction(CollaborationInstructionT &&value)
AgentCollaborator & WithCollaboratorName(CollaboratorNameT &&value)
const Aws::String & GetCollaborationInstruction() const
const Aws::String & GetCollaboratorId() const
bool AgentDescriptorHasBeenSet() const
bool AgentIdHasBeenSet() const
const Aws::String & GetAgentId() const
AWS_BEDROCKAGENT_API AgentCollaborator(Aws::Utils::Json::JsonView jsonValue)
bool CollaborationInstructionHasBeenSet() const
AgentCollaborator & WithRelayConversationHistory(RelayConversationHistory value)
AgentCollaborator & WithCreatedAt(CreatedAtT &&value)
RelayConversationHistory GetRelayConversationHistory() const
bool LastUpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ClientTokenHasBeenSet() const
bool CollaboratorNameHasBeenSet() const
void SetCollaboratorId(CollaboratorIdT &&value)
void SetAgentVersion(AgentVersionT &&value)
AWS_BEDROCKAGENT_API AgentCollaborator & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue