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;
const Aws::String & GetApiCallDateTime() const
const Aws::String & GetJobID() const
LifeCycleLastTestInitiated & WithApiCallDateTime(ApiCallDateTimeT &&value)
LifeCycleLastTestInitiated & WithJobID(JobIDT &&value)
void SetApiCallDateTime(ApiCallDateTimeT &&value)
bool ApiCallDateTimeHasBeenSet() const
AWS_MGN_API LifeCycleLastTestInitiated & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobID(JobIDT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API LifeCycleLastTestInitiated()=default
bool JobIDHasBeenSet() const
AWS_MGN_API LifeCycleLastTestInitiated(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue