7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/LifeCycleLastCutoverFinalized.h>
9#include <aws/mgn/model/LifeCycleLastCutoverInitiated.h>
10#include <aws/mgn/model/LifeCycleLastCutoverReverted.h>
42 template <
typename InitiatedT = LifeCycleLastCutoverInitiated>
44 m_initiatedHasBeenSet =
true;
45 m_initiated = std::forward<InitiatedT>(value);
47 template <
typename InitiatedT = LifeCycleLastCutoverInitiated>
60 template <
typename RevertedT = LifeCycleLastCutoverReverted>
62 m_revertedHasBeenSet =
true;
63 m_reverted = std::forward<RevertedT>(value);
65 template <
typename RevertedT = LifeCycleLastCutoverReverted>
78 template <
typename FinalizedT = LifeCycleLastCutoverFinalized>
80 m_finalizedHasBeenSet =
true;
81 m_finalized = std::forward<FinalizedT>(value);
83 template <
typename FinalizedT = LifeCycleLastCutoverFinalized>
95 bool m_initiatedHasBeenSet =
false;
96 bool m_revertedHasBeenSet =
false;
97 bool m_finalizedHasBeenSet =
false;
LifeCycleLastCutover & WithInitiated(InitiatedT &&value)
const LifeCycleLastCutoverInitiated & GetInitiated() const
AWS_MGN_API LifeCycleLastCutover()=default
bool InitiatedHasBeenSet() const
void SetFinalized(FinalizedT &&value)
AWS_MGN_API LifeCycleLastCutover(Aws::Utils::Json::JsonView jsonValue)
const LifeCycleLastCutoverFinalized & GetFinalized() const
bool FinalizedHasBeenSet() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API LifeCycleLastCutover & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInitiated(InitiatedT &&value)
bool RevertedHasBeenSet() const
void SetReverted(RevertedT &&value)
const LifeCycleLastCutoverReverted & GetReverted() const
LifeCycleLastCutover & WithFinalized(FinalizedT &&value)
LifeCycleLastCutover & WithReverted(RevertedT &&value)
Aws::Utils::Json::JsonValue JsonValue