7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/model/FirstBoot.h>
47 template<
typename Ec2InstanceIDT = Aws::String>
48 void SetEc2InstanceID(Ec2InstanceIDT&& value) { m_ec2InstanceIDHasBeenSet =
true; m_ec2InstanceID = std::forward<Ec2InstanceIDT>(value); }
49 template<
typename Ec2InstanceIDT = Aws::String>
69 template<
typename JobIDT = Aws::String>
70 void SetJobID(JobIDT&& value) { m_jobIDHasBeenSet =
true; m_jobID = std::forward<JobIDT>(value); }
71 template<
typename JobIDT = Aws::String>
77 bool m_ec2InstanceIDHasBeenSet =
false;
80 bool m_firstBootHasBeenSet =
false;
83 bool m_jobIDHasBeenSet =
false;
AWS_MGN_API LaunchedInstance(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobID() const
bool Ec2InstanceIDHasBeenSet() const
void SetJobID(JobIDT &&value)
void SetFirstBoot(FirstBoot value)
void SetEc2InstanceID(Ec2InstanceIDT &&value)
bool FirstBootHasBeenSet() const
LaunchedInstance & WithJobID(JobIDT &&value)
AWS_MGN_API LaunchedInstance()=default
bool JobIDHasBeenSet() const
const Aws::String & GetEc2InstanceID() const
LaunchedInstance & WithFirstBoot(FirstBoot value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
FirstBoot GetFirstBoot() const
LaunchedInstance & WithEc2InstanceID(Ec2InstanceIDT &&value)
AWS_MGN_API LaunchedInstance & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue