7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/model/LastLaunchType.h>
48 template<
typename ApiCallDateTimeT = Aws::String>
49 void SetApiCallDateTime(ApiCallDateTimeT&& value) { m_apiCallDateTimeHasBeenSet =
true; m_apiCallDateTime = std::forward<ApiCallDateTimeT>(value); }
50 template<
typename ApiCallDateTimeT = Aws::String>
60 template<
typename JobIDT = Aws::String>
61 void SetJobID(JobIDT&& value) { m_jobIDHasBeenSet =
true; m_jobID = std::forward<JobIDT>(value); }
62 template<
typename JobIDT = Aws::String>
78 bool m_apiCallDateTimeHasBeenSet =
false;
81 bool m_jobIDHasBeenSet =
false;
84 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