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>
10#include <aws/bedrock-agent-runtime/model/SessionStatus.h>
23namespace BedrockAgentRuntime
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
52 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
53 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
64 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
65 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
75 template<
typename SessionArnT = Aws::String>
76 void SetSessionArn(SessionArnT&& value) { m_sessionArnHasBeenSet =
true; m_sessionArn = std::forward<SessionArnT>(value); }
77 template<
typename SessionArnT = Aws::String>
87 template<
typename SessionIdT = Aws::String>
88 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
89 template<
typename SessionIdT = Aws::String>
105 bool m_createdAtHasBeenSet =
false;
108 bool m_lastUpdatedAtHasBeenSet =
false;
111 bool m_sessionArnHasBeenSet =
false;
114 bool m_sessionIdHasBeenSet =
false;
117 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue