7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
46 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
47 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
48 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
58 template<
typename StartDateTimeT = Aws::Utils::DateTime>
59 void SetStartDateTime(StartDateTimeT&& value) { m_startDateTimeHasBeenSet =
true; m_startDateTime = std::forward<StartDateTimeT>(value); }
60 template<
typename StartDateTimeT = Aws::Utils::DateTime>
70 template<
typename EndDateTimeT = Aws::Utils::DateTime>
71 void SetEndDateTime(EndDateTimeT&& value) { m_endDateTimeHasBeenSet =
true; m_endDateTime = std::forward<EndDateTimeT>(value); }
72 template<
typename EndDateTimeT = Aws::Utils::DateTime>
78 bool m_creationDateTimeHasBeenSet =
false;
81 bool m_startDateTimeHasBeenSet =
false;
84 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