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;
bool EndedTimeHasBeenSet() const
LaunchExecution & WithStartedTime(StartedTimeT &&value)
void SetStartedTime(StartedTimeT &&value)
bool StartedTimeHasBeenSet() const
LaunchExecution & WithEndedTime(EndedTimeT &&value)
void SetEndedTime(EndedTimeT &&value)
AWS_CLOUDWATCHEVIDENTLY_API LaunchExecution(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDWATCHEVIDENTLY_API LaunchExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVIDENTLY_API LaunchExecution()=default
const Aws::Utils::DateTime & GetStartedTime() const
const Aws::Utils::DateTime & GetEndedTime() const
Aws::Utils::Json::JsonValue JsonValue