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 CollaborationInstructionT = Aws::String>
86 void SetCollaborationInstruction(CollaborationInstructionT&& value) { m_collaborationInstructionHasBeenSet =
true; m_collaborationInstruction = std::forward<CollaborationInstructionT>(value); }
87 template<
typename CollaborationInstructionT = Aws::String>
97 template<
typename CollaboratorIdT = Aws::String>
98 void SetCollaboratorId(CollaboratorIdT&& value) { m_collaboratorIdHasBeenSet =
true; m_collaboratorId = std::forward<CollaboratorIdT>(value); }
99 template<
typename CollaboratorIdT = Aws::String>
109 template<
typename CollaboratorNameT = Aws::String>
110 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
111 template<
typename CollaboratorNameT = Aws::String>
121 template<
typename CreatedAtT = Aws::Utils::DateTime>
122 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
123 template<
typename CreatedAtT = Aws::Utils::DateTime>
133 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
135 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
151 bool m_agentDescriptorHasBeenSet =
false;
154 bool m_agentIdHasBeenSet =
false;
157 bool m_agentVersionHasBeenSet =
false;
160 bool m_collaborationInstructionHasBeenSet =
false;
163 bool m_collaboratorIdHasBeenSet =
false;
166 bool m_collaboratorNameHasBeenSet =
false;
169 bool m_createdAtHasBeenSet =
false;
172 bool m_lastUpdatedAtHasBeenSet =
false;
175 bool m_relayConversationHistoryHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue