7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
47 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
48 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
49 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
59 template<
typename ReadyDateTimeT = Aws::Utils::DateTime>
60 void SetReadyDateTime(ReadyDateTimeT&& value) { m_readyDateTimeHasBeenSet =
true; m_readyDateTime = std::forward<ReadyDateTimeT>(value); }
61 template<
typename ReadyDateTimeT = Aws::Utils::DateTime>
71 template<
typename EndDateTimeT = Aws::Utils::DateTime>
72 void SetEndDateTime(EndDateTimeT&& value) { m_endDateTimeHasBeenSet =
true; m_endDateTime = std::forward<EndDateTimeT>(value); }
73 template<
typename EndDateTimeT = Aws::Utils::DateTime>
79 bool m_creationDateTimeHasBeenSet =
false;
82 bool m_readyDateTimeHasBeenSet =
false;
85 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