7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentDescriptor.h>
9#include <aws/bedrock-agent/model/RelayConversationHistory.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgent {
43 template <
typename AgentIdT = Aws::String>
45 m_agentIdHasBeenSet =
true;
46 m_agentId = std::forward<AgentIdT>(value);
48 template <
typename AgentIdT = Aws::String>
61 template <
typename AgentVersionT = Aws::String>
63 m_agentVersionHasBeenSet =
true;
64 m_agentVersion = std::forward<AgentVersionT>(value);
66 template <
typename AgentVersionT = Aws::String>
79 template <
typename AgentDescriptorT = AgentDescriptor>
81 m_agentDescriptorHasBeenSet =
true;
82 m_agentDescriptor = std::forward<AgentDescriptorT>(value);
84 template <
typename AgentDescriptorT = AgentDescriptor>
97 template <
typename CollaboratorIdT = Aws::String>
99 m_collaboratorIdHasBeenSet =
true;
100 m_collaboratorId = std::forward<CollaboratorIdT>(value);
102 template <
typename CollaboratorIdT = Aws::String>
115 template <
typename CollaborationInstructionT = Aws::String>
117 m_collaborationInstructionHasBeenSet =
true;
118 m_collaborationInstruction = std::forward<CollaborationInstructionT>(value);
120 template <
typename CollaborationInstructionT = Aws::String>
133 template <
typename CollaboratorNameT = Aws::String>
135 m_collaboratorNameHasBeenSet =
true;
136 m_collaboratorName = std::forward<CollaboratorNameT>(value);
138 template <
typename CollaboratorNameT = Aws::String>
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
171 m_lastUpdatedAtHasBeenSet =
true;
172 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
174 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
188 m_relayConversationHistoryHasBeenSet =
true;
189 m_relayConversationHistory = value;
203 template <
typename ClientTokenT = Aws::String>
205 m_clientTokenHasBeenSet =
true;
206 m_clientToken = std::forward<ClientTokenT>(value);
208 template <
typename ClientTokenT = Aws::String>
216 bool m_agentIdHasBeenSet =
false;
219 bool m_agentVersionHasBeenSet =
false;
222 bool m_agentDescriptorHasBeenSet =
false;
225 bool m_collaboratorIdHasBeenSet =
false;
228 bool m_collaborationInstructionHasBeenSet =
false;
231 bool m_collaboratorNameHasBeenSet =
false;
234 bool m_createdAtHasBeenSet =
false;
237 bool m_lastUpdatedAtHasBeenSet =
false;
240 bool m_relayConversationHistoryHasBeenSet =
false;
243 bool m_clientTokenHasBeenSet =
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