7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/LastLaunchType.h>
42 template <
typename ApiCallDateTimeT = Aws::String>
44 m_apiCallDateTimeHasBeenSet =
true;
45 m_apiCallDateTime = std::forward<ApiCallDateTimeT>(value);
47 template <
typename ApiCallDateTimeT = Aws::String>
60 template <
typename JobIDT = Aws::String>
62 m_jobIDHasBeenSet =
true;
63 m_jobID = std::forward<JobIDT>(value);
65 template <
typename JobIDT = Aws::String>
67 SetJobID(std::forward<JobIDT>(value));
79 m_typeHasBeenSet =
true;
93 bool m_apiCallDateTimeHasBeenSet =
false;
94 bool m_jobIDHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
bool ApiCallDateTimeHasBeenSet() const
bool TypeHasBeenSet() const
LifeCycleLastLaunchInitiated & WithJobID(JobIDT &&value)
bool JobIDHasBeenSet() const
AWS_DRS_API LifeCycleLastLaunchInitiated(Aws::Utils::Json::JsonView jsonValue)
LifeCycleLastLaunchInitiated & WithApiCallDateTime(ApiCallDateTimeT &&value)
AWS_DRS_API LifeCycleLastLaunchInitiated()=default
LastLaunchType GetType() const
void SetApiCallDateTime(ApiCallDateTimeT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobID(JobIDT &&value)
const Aws::String & GetApiCallDateTime() const
void SetType(LastLaunchType value)
LifeCycleLastLaunchInitiated & WithType(LastLaunchType value)
AWS_DRS_API LifeCycleLastLaunchInitiated & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue