7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
41 template <
typename MemoryIdT = Aws::String>
43 m_memoryIdHasBeenSet =
true;
44 m_memoryId = std::forward<MemoryIdT>(value);
46 template <
typename MemoryIdT = Aws::String>
59 template <
typename SessionExpiryTimeT = Aws::Utils::DateTime>
61 m_sessionExpiryTimeHasBeenSet =
true;
62 m_sessionExpiryTime = std::forward<SessionExpiryTimeT>(value);
64 template <
typename SessionExpiryTimeT = Aws::Utils::DateTime>
77 template <
typename SessionIdT = Aws::String>
79 m_sessionIdHasBeenSet =
true;
80 m_sessionId = std::forward<SessionIdT>(value);
82 template <
typename SessionIdT = Aws::String>
95 template <
typename SessionStartTimeT = Aws::Utils::DateTime>
97 m_sessionStartTimeHasBeenSet =
true;
98 m_sessionStartTime = std::forward<SessionStartTimeT>(value);
100 template <
typename SessionStartTimeT = Aws::Utils::DateTime>
113 template <
typename SummaryTextT = Aws::String>
115 m_summaryTextHasBeenSet =
true;
116 m_summaryText = std::forward<SummaryTextT>(value);
118 template <
typename SummaryTextT = Aws::String>
134 bool m_memoryIdHasBeenSet =
false;
135 bool m_sessionExpiryTimeHasBeenSet =
false;
136 bool m_sessionIdHasBeenSet =
false;
137 bool m_sessionStartTimeHasBeenSet =
false;
138 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::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