7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/model/LifeCycleLastLaunch.h>
47 template<
typename AddedToServiceDateTimeT = Aws::String>
48 void SetAddedToServiceDateTime(AddedToServiceDateTimeT&& value) { m_addedToServiceDateTimeHasBeenSet =
true; m_addedToServiceDateTime = std::forward<AddedToServiceDateTimeT>(value); }
49 template<
typename AddedToServiceDateTimeT = Aws::String>
59 template<
typename ElapsedReplicationDurationT = Aws::String>
60 void SetElapsedReplicationDuration(ElapsedReplicationDurationT&& value) { m_elapsedReplicationDurationHasBeenSet =
true; m_elapsedReplicationDuration = std::forward<ElapsedReplicationDurationT>(value); }
61 template<
typename ElapsedReplicationDurationT = Aws::String>
72 template<
typename FirstByteDateTimeT = Aws::String>
73 void SetFirstByteDateTime(FirstByteDateTimeT&& value) { m_firstByteDateTimeHasBeenSet =
true; m_firstByteDateTime = std::forward<FirstByteDateTimeT>(value); }
74 template<
typename FirstByteDateTimeT = Aws::String>
85 template<
typename LastLaunchT = LifeCycleLastLaunch>
86 void SetLastLaunch(LastLaunchT&& value) { m_lastLaunchHasBeenSet =
true; m_lastLaunch = std::forward<LastLaunchT>(value); }
87 template<
typename LastLaunchT = LifeCycleLastLaunch>
97 template<
typename LastSeenByServiceDateTimeT = Aws::String>
98 void SetLastSeenByServiceDateTime(LastSeenByServiceDateTimeT&& value) { m_lastSeenByServiceDateTimeHasBeenSet =
true; m_lastSeenByServiceDateTime = std::forward<LastSeenByServiceDateTimeT>(value); }
99 template<
typename LastSeenByServiceDateTimeT = Aws::String>
105 bool m_addedToServiceDateTimeHasBeenSet =
false;
108 bool m_elapsedReplicationDurationHasBeenSet =
false;
111 bool m_firstByteDateTimeHasBeenSet =
false;
114 bool m_lastLaunchHasBeenSet =
false;
117 bool m_lastSeenByServiceDateTimeHasBeenSet =
false;
bool LastSeenByServiceDateTimeHasBeenSet() const
void SetFirstByteDateTime(FirstByteDateTimeT &&value)
const Aws::String & GetAddedToServiceDateTime() const
bool AddedToServiceDateTimeHasBeenSet() const
const Aws::String & GetLastSeenByServiceDateTime() const
bool LastLaunchHasBeenSet() const
AWS_DRS_API LifeCycle()=default
const Aws::String & GetElapsedReplicationDuration() const
LifeCycle & WithElapsedReplicationDuration(ElapsedReplicationDurationT &&value)
LifeCycle & WithAddedToServiceDateTime(AddedToServiceDateTimeT &&value)
void SetLastLaunch(LastLaunchT &&value)
LifeCycle & WithFirstByteDateTime(FirstByteDateTimeT &&value)
bool ElapsedReplicationDurationHasBeenSet() const
void SetLastSeenByServiceDateTime(LastSeenByServiceDateTimeT &&value)
LifeCycle & WithLastSeenByServiceDateTime(LastSeenByServiceDateTimeT &&value)
AWS_DRS_API LifeCycle & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
LifeCycle & WithLastLaunch(LastLaunchT &&value)
void SetElapsedReplicationDuration(ElapsedReplicationDurationT &&value)
void SetAddedToServiceDateTime(AddedToServiceDateTimeT &&value)
const Aws::String & GetFirstByteDateTime() const
AWS_DRS_API LifeCycle(Aws::Utils::Json::JsonView jsonValue)
const LifeCycleLastLaunch & GetLastLaunch() const
bool FirstByteDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue