7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/ExperimentRunStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ExperimentDefinitionIdT = Aws::String>
44 m_experimentDefinitionIdHasBeenSet =
true;
45 m_experimentDefinitionId = std::forward<ExperimentDefinitionIdT>(value);
47 template <
typename ExperimentDefinitionIdT = Aws::String>
58 inline int GetRun()
const {
return m_run; }
61 m_runHasBeenSet =
true;
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
95 m_statusHasBeenSet =
true;
110 template <
typename StartedAtT = Aws::Utils::DateTime>
112 m_startedAtHasBeenSet =
true;
113 m_startedAt = std::forward<StartedAtT>(value);
115 template <
typename StartedAtT = Aws::Utils::DateTime>
129 template <
typename UpdatedAtT = Aws::Utils::DateTime>
131 m_updatedAtHasBeenSet =
true;
132 m_updatedAt = std::forward<UpdatedAtT>(value);
134 template <
typename UpdatedAtT = Aws::Utils::DateTime>
147 template <
typename EndedAtT = Aws::Utils::DateTime>
149 m_endedAtHasBeenSet =
true;
150 m_endedAt = std::forward<EndedAtT>(value);
152 template <
typename EndedAtT = Aws::Utils::DateTime>
172 bool m_experimentDefinitionIdHasBeenSet =
false;
173 bool m_runHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
176 bool m_startedAtHasBeenSet =
false;
177 bool m_updatedAtHasBeenSet =
false;
178 bool m_endedAtHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetStartedAt(StartedAtT &&value)
ExperimentRunSummary & WithExperimentDefinitionId(ExperimentDefinitionIdT &&value)
ExperimentRunSummary & WithStartedAt(StartedAtT &&value)
bool ExperimentDefinitionIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndedAt() const
bool EndedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndedAt(EndedAtT &&value)
ExperimentRunSummary & WithDescription(DescriptionT &&value)
ExperimentRunStatus GetStatus() const
AWS_APPCONFIG_API ExperimentRunSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStartedAt() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_APPCONFIG_API ExperimentRunSummary()=default
ExperimentRunSummary & WithStatus(ExperimentRunStatus value)
void SetExperimentDefinitionId(ExperimentDefinitionIdT &&value)
bool RunHasBeenSet() const
bool StartedAtHasBeenSet() const
const Aws::String & GetExperimentDefinitionId() const
AWS_APPCONFIG_API ExperimentRunSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentRunSummary & WithRun(int value)
void SetStatus(ExperimentRunStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
bool StatusHasBeenSet() const
ExperimentRunSummary & WithUpdatedAt(UpdatedAtT &&value)
ExperimentRunSummary & WithEndedAt(EndedAtT &&value)
bool UpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue