7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/LaunchStatus.h>
10#include <aws/mgn/model/PostLaunchActionsStatus.h>
42 template <
typename SourceServerIDT = Aws::String>
44 m_sourceServerIDHasBeenSet =
true;
45 m_sourceServerID = std::forward<SourceServerIDT>(value);
47 template <
typename SourceServerIDT = Aws::String>
61 m_launchStatusHasBeenSet =
true;
62 m_launchStatus = value;
76 template <
typename LaunchedEc2InstanceIDT = Aws::String>
78 m_launchedEc2InstanceIDHasBeenSet =
true;
79 m_launchedEc2InstanceID = std::forward<LaunchedEc2InstanceIDT>(value);
81 template <
typename LaunchedEc2InstanceIDT = Aws::String>
94 template <
typename PostLaunchActionsStatusT = PostLaunchActionsStatus>
96 m_postLaunchActionsStatusHasBeenSet =
true;
97 m_postLaunchActionsStatus = std::forward<PostLaunchActionsStatusT>(value);
99 template <
typename PostLaunchActionsStatusT = PostLaunchActionsStatus>
112 PostLaunchActionsStatus m_postLaunchActionsStatus;
113 bool m_sourceServerIDHasBeenSet =
false;
114 bool m_launchStatusHasBeenSet =
false;
115 bool m_launchedEc2InstanceIDHasBeenSet =
false;
116 bool m_postLaunchActionsStatusHasBeenSet =
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