7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/FirstBoot.h>
41 template <
typename Ec2InstanceIDT = Aws::String>
43 m_ec2InstanceIDHasBeenSet =
true;
44 m_ec2InstanceID = std::forward<Ec2InstanceIDT>(value);
46 template <
typename Ec2InstanceIDT = Aws::String>
59 template <
typename JobIDT = Aws::String>
61 m_jobIDHasBeenSet =
true;
62 m_jobID = std::forward<JobIDT>(value);
64 template <
typename JobIDT = Aws::String>
66 SetJobID(std::forward<JobIDT>(value));
78 m_firstBootHasBeenSet =
true;
92 bool m_ec2InstanceIDHasBeenSet =
false;
93 bool m_jobIDHasBeenSet =
false;
94 bool m_firstBootHasBeenSet =
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