7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
40 template <
typename ApiCallDateTimeT = Aws::String>
42 m_apiCallDateTimeHasBeenSet =
true;
43 m_apiCallDateTime = std::forward<ApiCallDateTimeT>(value);
45 template <
typename ApiCallDateTimeT = Aws::String>
58 template <
typename JobIDT = Aws::String>
60 m_jobIDHasBeenSet =
true;
61 m_jobID = std::forward<JobIDT>(value);
63 template <
typename JobIDT = Aws::String>
65 SetJobID(std::forward<JobIDT>(value));
73 bool m_apiCallDateTimeHasBeenSet =
false;
74 bool m_jobIDHasBeenSet =
false;
bool JobIDHasBeenSet() const
const Aws::String & GetJobID() const
bool ApiCallDateTimeHasBeenSet() const
LifeCycleLastCutoverInitiated & WithJobID(JobIDT &&value)
const Aws::String & GetApiCallDateTime() const
AWS_MGN_API LifeCycleLastCutoverInitiated()=default
void SetApiCallDateTime(ApiCallDateTimeT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
LifeCycleLastCutoverInitiated & WithApiCallDateTime(ApiCallDateTimeT &&value)
AWS_MGN_API LifeCycleLastCutoverInitiated(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API LifeCycleLastCutoverInitiated & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobID(JobIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue