7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace BedrockAgentRuntime
47 template<
typename MemoryIdT = Aws::String>
48 void SetMemoryId(MemoryIdT&& value) { m_memoryIdHasBeenSet =
true; m_memoryId = std::forward<MemoryIdT>(value); }
49 template<
typename MemoryIdT = Aws::String>
59 template<
typename SessionExpiryTimeT = Aws::Utils::DateTime>
60 void SetSessionExpiryTime(SessionExpiryTimeT&& value) { m_sessionExpiryTimeHasBeenSet =
true; m_sessionExpiryTime = std::forward<SessionExpiryTimeT>(value); }
61 template<
typename SessionExpiryTimeT = Aws::Utils::DateTime>
71 template<
typename SessionIdT = Aws::String>
72 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
73 template<
typename SessionIdT = Aws::String>
83 template<
typename SessionStartTimeT = Aws::Utils::DateTime>
84 void SetSessionStartTime(SessionStartTimeT&& value) { m_sessionStartTimeHasBeenSet =
true; m_sessionStartTime = std::forward<SessionStartTimeT>(value); }
85 template<
typename SessionStartTimeT = Aws::Utils::DateTime>
95 template<
typename SummaryTextT = Aws::String>
96 void SetSummaryText(SummaryTextT&& value) { m_summaryTextHasBeenSet =
true; m_summaryText = std::forward<SummaryTextT>(value); }
97 template<
typename SummaryTextT = Aws::String>
103 bool m_memoryIdHasBeenSet =
false;
106 bool m_sessionExpiryTimeHasBeenSet =
false;
109 bool m_sessionIdHasBeenSet =
false;
112 bool m_sessionStartTimeHasBeenSet =
false;
115 bool m_summaryTextHasBeenSet =
false;
void SetSessionId(SessionIdT &&value)
MemorySessionSummary & WithSummaryText(SummaryTextT &&value)
bool SessionIdHasBeenSet() const
MemorySessionSummary & WithMemoryId(MemoryIdT &&value)
void SetSessionExpiryTime(SessionExpiryTimeT &&value)
const Aws::String & GetSessionId() const
MemorySessionSummary & WithSessionId(SessionIdT &&value)
const Aws::Utils::DateTime & GetSessionExpiryTime() const
MemorySessionSummary & WithSessionStartTime(SessionStartTimeT &&value)
AWS_BEDROCKAGENTRUNTIME_API MemorySessionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API MemorySessionSummary()=default
MemorySessionSummary & WithSessionExpiryTime(SessionExpiryTimeT &&value)
const Aws::String & GetMemoryId() const
bool SummaryTextHasBeenSet() const
const Aws::String & GetSummaryText() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool SessionExpiryTimeHasBeenSet() const
bool SessionStartTimeHasBeenSet() const
bool MemoryIdHasBeenSet() const
void SetMemoryId(MemoryIdT &&value)
void SetSessionStartTime(SessionStartTimeT &&value)
const Aws::Utils::DateTime & GetSessionStartTime() const
AWS_BEDROCKAGENTRUNTIME_API MemorySessionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSummaryText(SummaryTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue