7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
40 template <
typename SourceServerIDT = Aws::String>
42 m_sourceServerIDHasBeenSet =
true;
43 m_sourceServerID = std::forward<SourceServerIDT>(value);
45 template <
typename SourceServerIDT = Aws::String>
58 template <
typename ApplicationIDT = Aws::String>
60 m_applicationIDHasBeenSet =
true;
61 m_applicationID = std::forward<ApplicationIDT>(value);
63 template <
typename ApplicationIDT = Aws::String>
76 template <
typename WaveIDT = Aws::String>
78 m_waveIDHasBeenSet =
true;
79 m_waveID = std::forward<WaveIDT>(value);
81 template <
typename WaveIDT = Aws::String>
94 template <
typename Ec2LaunchTemplateIDT = Aws::String>
96 m_ec2LaunchTemplateIDHasBeenSet =
true;
97 m_ec2LaunchTemplateID = std::forward<Ec2LaunchTemplateIDT>(value);
99 template <
typename Ec2LaunchTemplateIDT = Aws::String>
113 m_rowNumberHasBeenSet =
true;
128 template <
typename RawErrorT = Aws::String>
130 m_rawErrorHasBeenSet =
true;
131 m_rawError = std::forward<RawErrorT>(value);
133 template <
typename RawErrorT = Aws::String>
146 template <
typename AccountIDT = Aws::String>
148 m_accountIDHasBeenSet =
true;
149 m_accountID = std::forward<AccountIDT>(value);
151 template <
typename AccountIDT = Aws::String>
166 long long m_rowNumber{0};
171 bool m_sourceServerIDHasBeenSet =
false;
172 bool m_applicationIDHasBeenSet =
false;
173 bool m_waveIDHasBeenSet =
false;
174 bool m_ec2LaunchTemplateIDHasBeenSet =
false;
175 bool m_rowNumberHasBeenSet =
false;
176 bool m_rawErrorHasBeenSet =
false;
177 bool m_accountIDHasBeenSet =
false;
bool Ec2LaunchTemplateIDHasBeenSet() const
void SetEc2LaunchTemplateID(Ec2LaunchTemplateIDT &&value)
void SetSourceServerID(SourceServerIDT &&value)
AWS_MGN_API ImportErrorData()=default
bool ApplicationIDHasBeenSet() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRowNumber(long long value)
bool SourceServerIDHasBeenSet() const
void SetWaveID(WaveIDT &&value)
ImportErrorData & WithApplicationID(ApplicationIDT &&value)
bool RawErrorHasBeenSet() const
ImportErrorData & WithRowNumber(long long value)
ImportErrorData & WithSourceServerID(SourceServerIDT &&value)
ImportErrorData & WithWaveID(WaveIDT &&value)
const Aws::String & GetSourceServerID() const
AWS_MGN_API ImportErrorData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AccountIDHasBeenSet() const
void SetApplicationID(ApplicationIDT &&value)
ImportErrorData & WithAccountID(AccountIDT &&value)
const Aws::String & GetApplicationID() const
void SetRawError(RawErrorT &&value)
AWS_MGN_API ImportErrorData(Aws::Utils::Json::JsonView jsonValue)
ImportErrorData & WithEc2LaunchTemplateID(Ec2LaunchTemplateIDT &&value)
ImportErrorData & WithRawError(RawErrorT &&value)
bool RowNumberHasBeenSet() const
long long GetRowNumber() const
void SetAccountID(AccountIDT &&value)
const Aws::String & GetRawError() const
const Aws::String & GetEc2LaunchTemplateID() const
const Aws::String & GetAccountID() const
const Aws::String & GetWaveID() const
bool WaveIDHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue