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 CollaboratorIdT = Aws::String>
81 m_collaboratorIdHasBeenSet =
true;
82 m_collaboratorId = std::forward<CollaboratorIdT>(value);
84 template <
typename CollaboratorIdT = Aws::String>
97 template <
typename AgentDescriptorT = AgentDescriptor>
99 m_agentDescriptorHasBeenSet =
true;
100 m_agentDescriptor = std::forward<AgentDescriptorT>(value);
102 template <
typename AgentDescriptorT = AgentDescriptor>
115 template <
typename CollaborationInstructionT = Aws::String>
117 m_collaborationInstructionHasBeenSet =
true;
118 m_collaborationInstruction = std::forward<CollaborationInstructionT>(value);
120 template <
typename CollaborationInstructionT = Aws::String>
134 m_relayConversationHistoryHasBeenSet =
true;
135 m_relayConversationHistory = value;
149 template <
typename CollaboratorNameT = Aws::String>
151 m_collaboratorNameHasBeenSet =
true;
152 m_collaboratorName = std::forward<CollaboratorNameT>(value);
154 template <
typename CollaboratorNameT = Aws::String>
167 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 m_createdAtHasBeenSet =
true;
170 m_createdAt = std::forward<CreatedAtT>(value);
172 template <
typename CreatedAtT = Aws::Utils::DateTime>
185 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
187 m_lastUpdatedAtHasBeenSet =
true;
188 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
190 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
214 bool m_agentIdHasBeenSet =
false;
215 bool m_agentVersionHasBeenSet =
false;
216 bool m_collaboratorIdHasBeenSet =
false;
217 bool m_agentDescriptorHasBeenSet =
false;
218 bool m_collaborationInstructionHasBeenSet =
false;
219 bool m_relayConversationHistoryHasBeenSet =
false;
220 bool m_collaboratorNameHasBeenSet =
false;
221 bool m_createdAtHasBeenSet =
false;
222 bool m_lastUpdatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool AgentVersionHasBeenSet() const
const Aws::String & GetAgentId() const
void SetCollaboratorName(CollaboratorNameT &&value)
AWS_BEDROCKAGENT_API AgentCollaboratorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentId(AgentIdT &&value)
const Aws::String & GetCollaboratorId() const
void SetAgentDescriptor(AgentDescriptorT &&value)
bool CollaborationInstructionHasBeenSet() const
AWS_BEDROCKAGENT_API AgentCollaboratorSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAgentVersion(AgentVersionT &&value)
AgentCollaboratorSummary & WithCollaborationInstruction(CollaborationInstructionT &&value)
const Aws::String & GetCollaboratorName() const
AgentCollaboratorSummary & WithRelayConversationHistory(RelayConversationHistory value)
AgentCollaboratorSummary & WithCreatedAt(CreatedAtT &&value)
bool AgentDescriptorHasBeenSet() const
const Aws::String & GetCollaborationInstruction() const
const Aws::Utils::DateTime & GetCreatedAt() const
AgentCollaboratorSummary & WithAgentDescriptor(AgentDescriptorT &&value)
bool CollaboratorIdHasBeenSet() const
AgentCollaboratorSummary & WithCollaboratorName(CollaboratorNameT &&value)
AgentCollaboratorSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCollaborationInstruction(CollaborationInstructionT &&value)
AWS_BEDROCKAGENT_API AgentCollaboratorSummary()=default
bool CreatedAtHasBeenSet() const
AgentCollaboratorSummary & WithAgentVersion(AgentVersionT &&value)
bool CollaboratorNameHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
void SetCollaboratorId(CollaboratorIdT &&value)
void SetRelayConversationHistory(RelayConversationHistory value)
RelayConversationHistory GetRelayConversationHistory() const
bool RelayConversationHistoryHasBeenSet() const
bool AgentIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AgentCollaboratorSummary & WithAgentId(AgentIdT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetAgentVersion() const
const AgentDescriptor & GetAgentDescriptor() const
AgentCollaboratorSummary & WithCollaboratorId(CollaboratorIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue