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>
58 template<
typename LaunchedEc2InstanceIDT = Aws::String>
59 void SetLaunchedEc2InstanceID(LaunchedEc2InstanceIDT&& value) { m_launchedEc2InstanceIDHasBeenSet =
true; m_launchedEc2InstanceID = std::forward<LaunchedEc2InstanceIDT>(value); }
60 template<
typename LaunchedEc2InstanceIDT = Aws::String>
70 template<
typename PostLaunchActionsStatusT = PostLaunchActionsStatus>
71 void SetPostLaunchActionsStatus(PostLaunchActionsStatusT&& value) { m_postLaunchActionsStatusHasBeenSet =
true; m_postLaunchActionsStatus = std::forward<PostLaunchActionsStatusT>(value); }
72 template<
typename PostLaunchActionsStatusT = PostLaunchActionsStatus>
82 template<
typename SourceServerIDT = Aws::String>
83 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
84 template<
typename SourceServerIDT = Aws::String>
90 bool m_launchStatusHasBeenSet =
false;
93 bool m_launchedEc2InstanceIDHasBeenSet =
false;
95 PostLaunchActionsStatus m_postLaunchActionsStatus;
96 bool m_postLaunchActionsStatusHasBeenSet =
false;
99 bool m_sourceServerIDHasBeenSet =
false;
AWS_MGN_API ParticipatingServer & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PostLaunchActionsStatusHasBeenSet() const
const Aws::String & GetLaunchedEc2InstanceID() const
ParticipatingServer & WithPostLaunchActionsStatus(PostLaunchActionsStatusT &&value)
ParticipatingServer & WithLaunchedEc2InstanceID(LaunchedEc2InstanceIDT &&value)
void SetPostLaunchActionsStatus(PostLaunchActionsStatusT &&value)
AWS_MGN_API ParticipatingServer(Aws::Utils::Json::JsonView jsonValue)
LaunchStatus GetLaunchStatus() const
bool LaunchStatusHasBeenSet() const
bool LaunchedEc2InstanceIDHasBeenSet() const
void SetSourceServerID(SourceServerIDT &&value)
const Aws::String & GetSourceServerID() const
ParticipatingServer & WithSourceServerID(SourceServerIDT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLaunchedEc2InstanceID(LaunchedEc2InstanceIDT &&value)
const PostLaunchActionsStatus & GetPostLaunchActionsStatus() const
AWS_MGN_API ParticipatingServer()=default
bool SourceServerIDHasBeenSet() const
void SetLaunchStatus(LaunchStatus value)
ParticipatingServer & WithLaunchStatus(LaunchStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue