7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AccountIDT = Aws::String>
47 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
48 template<
typename AccountIDT = Aws::String>
58 template<
typename ApplicationIDT = Aws::String>
59 void SetApplicationID(ApplicationIDT&& value) { m_applicationIDHasBeenSet =
true; m_applicationID = std::forward<ApplicationIDT>(value); }
60 template<
typename ApplicationIDT = Aws::String>
70 template<
typename Ec2LaunchTemplateIDT = Aws::String>
71 void SetEc2LaunchTemplateID(Ec2LaunchTemplateIDT&& value) { m_ec2LaunchTemplateIDHasBeenSet =
true; m_ec2LaunchTemplateID = std::forward<Ec2LaunchTemplateIDT>(value); }
72 template<
typename Ec2LaunchTemplateIDT = Aws::String>
82 template<
typename RawErrorT = Aws::String>
83 void SetRawError(RawErrorT&& value) { m_rawErrorHasBeenSet =
true; m_rawError = std::forward<RawErrorT>(value); }
84 template<
typename RawErrorT = Aws::String>
94 inline void SetRowNumber(
long long value) { m_rowNumberHasBeenSet =
true; m_rowNumber = value; }
104 template<
typename SourceServerIDT = Aws::String>
105 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
106 template<
typename SourceServerIDT = Aws::String>
116 template<
typename WaveIDT = Aws::String>
117 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
118 template<
typename WaveIDT = Aws::String>
124 bool m_accountIDHasBeenSet =
false;
127 bool m_applicationIDHasBeenSet =
false;
130 bool m_ec2LaunchTemplateIDHasBeenSet =
false;
133 bool m_rawErrorHasBeenSet =
false;
135 long long m_rowNumber{0};
136 bool m_rowNumberHasBeenSet =
false;
139 bool m_sourceServerIDHasBeenSet =
false;
142 bool m_waveIDHasBeenSet =
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