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 ConversionServerIDT = Aws::String>
60 m_conversionServerIDHasBeenSet =
true;
61 m_conversionServerID = std::forward<ConversionServerIDT>(value);
63 template <
typename ConversionServerIDT = Aws::String>
76 template <
typename TargetInstanceIDT = Aws::String>
78 m_targetInstanceIDHasBeenSet =
true;
79 m_targetInstanceID = std::forward<TargetInstanceIDT>(value);
81 template <
typename TargetInstanceIDT = Aws::String>
94 template <
typename RawErrorT = Aws::String>
96 m_rawErrorHasBeenSet =
true;
97 m_rawError = std::forward<RawErrorT>(value);
99 template <
typename RawErrorT = Aws::String>
113 m_attemptCountHasBeenSet =
true;
114 m_attemptCount = value;
130 m_maxAttemptsCountHasBeenSet =
true;
131 m_maxAttemptsCount = value;
147 int m_attemptCount{0};
149 int m_maxAttemptsCount{0};
150 bool m_sourceServerIDHasBeenSet =
false;
151 bool m_conversionServerIDHasBeenSet =
false;
152 bool m_targetInstanceIDHasBeenSet =
false;
153 bool m_rawErrorHasBeenSet =
false;
154 bool m_attemptCountHasBeenSet =
false;
155 bool m_maxAttemptsCountHasBeenSet =
false;
void SetAttemptCount(int value)
JobLogEventData & WithMaxAttemptsCount(int value)
bool MaxAttemptsCountHasBeenSet() const
AWS_MGN_API JobLogEventData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRawError(RawErrorT &&value)
int GetMaxAttemptsCount() const
const Aws::String & GetConversionServerID() const
int GetAttemptCount() const
void SetSourceServerID(SourceServerIDT &&value)
const Aws::String & GetSourceServerID() const
JobLogEventData & WithConversionServerID(ConversionServerIDT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttemptCountHasBeenSet() const
JobLogEventData & WithSourceServerID(SourceServerIDT &&value)
bool ConversionServerIDHasBeenSet() const
bool RawErrorHasBeenSet() const
const Aws::String & GetTargetInstanceID() const
JobLogEventData & WithAttemptCount(int value)
AWS_MGN_API JobLogEventData(Aws::Utils::Json::JsonView jsonValue)
void SetTargetInstanceID(TargetInstanceIDT &&value)
void SetMaxAttemptsCount(int value)
bool TargetInstanceIDHasBeenSet() const
const Aws::String & GetRawError() const
JobLogEventData & WithTargetInstanceID(TargetInstanceIDT &&value)
AWS_MGN_API JobLogEventData()=default
bool SourceServerIDHasBeenSet() const
JobLogEventData & WithRawError(RawErrorT &&value)
void SetConversionServerID(ConversionServerIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue