7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/LaunchStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mgn/model/PostLaunchActionsStatus.h>
62 inline void SetLaunchedEc2InstanceID(
const char* value) { m_launchedEc2InstanceIDHasBeenSet =
true; m_launchedEc2InstanceID.assign(value); }
88 inline void SetSourceServerID(
const char* value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID.assign(value); }
96 bool m_launchStatusHasBeenSet =
false;
99 bool m_launchedEc2InstanceIDHasBeenSet =
false;
102 bool m_postLaunchActionsStatusHasBeenSet =
false;
105 bool m_sourceServerIDHasBeenSet =
false;
AWS_MGN_API ParticipatingServer & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLaunchedEc2InstanceID(const char *value)
ParticipatingServer & WithLaunchedEc2InstanceID(Aws::String &&value)
bool PostLaunchActionsStatusHasBeenSet() const
const LaunchStatus & GetLaunchStatus() const
const Aws::String & GetLaunchedEc2InstanceID() const
void SetPostLaunchActionsStatus(PostLaunchActionsStatus &&value)
ParticipatingServer & WithSourceServerID(const Aws::String &value)
void SetSourceServerID(Aws::String &&value)
AWS_MGN_API ParticipatingServer(Aws::Utils::Json::JsonView jsonValue)
bool LaunchStatusHasBeenSet() const
bool LaunchedEc2InstanceIDHasBeenSet() const
ParticipatingServer & WithSourceServerID(const char *value)
void SetSourceServerID(const char *value)
void SetLaunchStatus(const LaunchStatus &value)
const Aws::String & GetSourceServerID() const
void SetPostLaunchActionsStatus(const PostLaunchActionsStatus &value)
ParticipatingServer & WithLaunchedEc2InstanceID(const Aws::String &value)
ParticipatingServer & WithSourceServerID(Aws::String &&value)
void SetLaunchedEc2InstanceID(Aws::String &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API ParticipatingServer()
void SetSourceServerID(const Aws::String &value)
void SetLaunchStatus(LaunchStatus &&value)
const PostLaunchActionsStatus & GetPostLaunchActionsStatus() const
ParticipatingServer & WithLaunchStatus(LaunchStatus &&value)
ParticipatingServer & WithPostLaunchActionsStatus(PostLaunchActionsStatus &&value)
void SetLaunchedEc2InstanceID(const Aws::String &value)
bool SourceServerIDHasBeenSet() const
ParticipatingServer & WithLaunchedEc2InstanceID(const char *value)
ParticipatingServer & WithLaunchStatus(const LaunchStatus &value)
ParticipatingServer & WithPostLaunchActionsStatus(const PostLaunchActionsStatus &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue