7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
20namespace DevOpsAgent {
41 template <
typename ExecutionIdT = Aws::String>
43 m_executionIdHasBeenSet =
true;
44 m_executionId = std::forward<ExecutionIdT>(value);
46 template <
typename ExecutionIdT = Aws::String>
59 template <
typename CreatedAtT = Aws::Utils::DateTime>
61 m_createdAtHasBeenSet =
true;
62 m_createdAt = std::forward<CreatedAtT>(value);
64 template <
typename CreatedAtT = Aws::Utils::DateTime>
77 template <
typename UpdatedAtT = Aws::Utils::DateTime>
79 m_updatedAtHasBeenSet =
true;
80 m_updatedAt = std::forward<UpdatedAtT>(value);
82 template <
typename UpdatedAtT = Aws::Utils::DateTime>
95 template <
typename SummaryT = Aws::String>
97 m_summaryHasBeenSet =
true;
98 m_summary = std::forward<SummaryT>(value);
100 template <
typename SummaryT = Aws::String>
114 bool m_executionIdHasBeenSet =
false;
115 bool m_createdAtHasBeenSet =
false;
116 bool m_updatedAtHasBeenSet =
false;
117 bool m_summaryHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
ChatExecution & WithSummary(SummaryT &&value)
const Aws::String & GetExecutionId() const
AWS_DEVOPSAGENT_API ChatExecution()=default
void SetSummary(SummaryT &&value)
ChatExecution & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
ChatExecution & WithExecutionId(ExecutionIdT &&value)
bool SummaryHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSAGENT_API ChatExecution(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSummary() const
void SetExecutionId(ExecutionIdT &&value)
AWS_DEVOPSAGENT_API ChatExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
bool ExecutionIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
ChatExecution & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue