7#include <aws/core/utils/DateTime.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
41 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
43 m_creationDateTimeHasBeenSet =
true;
44 m_creationDateTime = std::forward<CreationDateTimeT>(value);
46 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
59 template <
typename ReadyDateTimeT = Aws::Utils::DateTime>
61 m_readyDateTimeHasBeenSet =
true;
62 m_readyDateTime = std::forward<ReadyDateTimeT>(value);
64 template <
typename ReadyDateTimeT = Aws::Utils::DateTime>
77 template <
typename EndDateTimeT = Aws::Utils::DateTime>
79 m_endDateTimeHasBeenSet =
true;
80 m_endDateTime = std::forward<EndDateTimeT>(value);
82 template <
typename EndDateTimeT = Aws::Utils::DateTime>
94 bool m_creationDateTimeHasBeenSet =
false;
95 bool m_readyDateTimeHasBeenSet =
false;
96 bool m_endDateTimeHasBeenSet =
false;
bool ReadyDateTimeHasBeenSet() const
bool EndDateTimeHasBeenSet() const
ClusterTimeline & WithReadyDateTime(ReadyDateTimeT &&value)
AWS_EMR_API ClusterTimeline(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEndDateTime() const
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_EMR_API ClusterTimeline & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API ClusterTimeline()=default
ClusterTimeline & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
ClusterTimeline & WithEndDateTime(EndDateTimeT &&value)
const Aws::Utils::DateTime & GetReadyDateTime() const
void SetReadyDateTime(ReadyDateTimeT &&value)
void SetEndDateTime(EndDateTimeT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue