7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/SessionStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime {
45 template <
typename CreatedAtT = Aws::Utils::DateTime>
47 m_createdAtHasBeenSet =
true;
48 m_createdAt = std::forward<CreatedAtT>(value);
50 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
65 m_lastUpdatedAtHasBeenSet =
true;
66 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
68 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
81 template <
typename SessionArnT = Aws::String>
83 m_sessionArnHasBeenSet =
true;
84 m_sessionArn = std::forward<SessionArnT>(value);
86 template <
typename SessionArnT = Aws::String>
99 template <
typename SessionIdT = Aws::String>
101 m_sessionIdHasBeenSet =
true;
102 m_sessionId = std::forward<SessionIdT>(value);
104 template <
typename SessionIdT = Aws::String>
118 m_sessionStatusHasBeenSet =
true;
119 m_sessionStatus = value;
136 bool m_createdAtHasBeenSet =
false;
137 bool m_lastUpdatedAtHasBeenSet =
false;
138 bool m_sessionArnHasBeenSet =
false;
139 bool m_sessionIdHasBeenSet =
false;
140 bool m_sessionStatusHasBeenSet =
false;
SessionStatus GetSessionStatus() const
SessionSummary & WithSessionStatus(SessionStatus value)
bool SessionIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_BEDROCKAGENTRUNTIME_API SessionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedAtHasBeenSet() const
SessionSummary & WithSessionArn(SessionArnT &&value)
void SetSessionId(SessionIdT &&value)
const Aws::String & GetSessionId() const
AWS_BEDROCKAGENTRUNTIME_API SessionSummary()=default
AWS_BEDROCKAGENTRUNTIME_API SessionSummary(Aws::Utils::Json::JsonView jsonValue)
SessionSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetSessionArn(SessionArnT &&value)
bool SessionArnHasBeenSet() const
void SetSessionStatus(SessionStatus value)
SessionSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetSessionArn() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
SessionSummary & WithSessionId(SessionIdT &&value)
bool SessionStatusHasBeenSet() const
bool CreatedAtHasBeenSet() const
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