7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
21namespace CloudWatchEvidently
47 template<
typename EndedTimeT = Aws::Utils::DateTime>
48 void SetEndedTime(EndedTimeT&& value) { m_endedTimeHasBeenSet =
true; m_endedTime = std::forward<EndedTimeT>(value); }
49 template<
typename EndedTimeT = Aws::Utils::DateTime>
59 template<
typename StartedTimeT = Aws::Utils::DateTime>
60 void SetStartedTime(StartedTimeT&& value) { m_startedTimeHasBeenSet =
true; m_startedTime = std::forward<StartedTimeT>(value); }
61 template<
typename StartedTimeT = Aws::Utils::DateTime>
67 bool m_endedTimeHasBeenSet =
false;
70 bool m_startedTimeHasBeenSet =
false;
ExperimentExecution & WithStartedTime(StartedTimeT &&value)
bool StartedTimeHasBeenSet() const
bool EndedTimeHasBeenSet() const
AWS_CLOUDWATCHEVIDENTLY_API ExperimentExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartedTime(StartedTimeT &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetEndedTime() const
ExperimentExecution & WithEndedTime(EndedTimeT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ExperimentExecution()=default
AWS_CLOUDWATCHEVIDENTLY_API ExperimentExecution(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStartedTime() const
void SetEndedTime(EndedTimeT &&value)
Aws::Utils::Json::JsonValue JsonValue