7#include <aws/core/utils/DateTime.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
40 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
42 m_creationDateTimeHasBeenSet =
true;
43 m_creationDateTime = std::forward<CreationDateTimeT>(value);
45 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
58 template <
typename StartDateTimeT = Aws::Utils::DateTime>
60 m_startDateTimeHasBeenSet =
true;
61 m_startDateTime = std::forward<StartDateTimeT>(value);
63 template <
typename StartDateTimeT = Aws::Utils::DateTime>
76 template <
typename EndDateTimeT = Aws::Utils::DateTime>
78 m_endDateTimeHasBeenSet =
true;
79 m_endDateTime = std::forward<EndDateTimeT>(value);
81 template <
typename EndDateTimeT = Aws::Utils::DateTime>
93 bool m_creationDateTimeHasBeenSet =
false;
94 bool m_startDateTimeHasBeenSet =
false;
95 bool m_endDateTimeHasBeenSet =
false;
bool EndDateTimeHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API StepTimeline()=default
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_EMR_API StepTimeline & operator=(Aws::Utils::Json::JsonView jsonValue)
StepTimeline & WithEndDateTime(EndDateTimeT &&value)
StepTimeline & WithStartDateTime(StartDateTimeT &&value)
bool StartDateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndDateTime() const
void SetStartDateTime(StartDateTimeT &&value)
const Aws::Utils::DateTime & GetStartDateTime() const
AWS_EMR_API StepTimeline(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateTimeHasBeenSet() const
StepTimeline & WithCreationDateTime(CreationDateTimeT &&value)
void SetEndDateTime(EndDateTimeT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
Aws::Utils::Json::JsonValue JsonValue