7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ConversionServerIDT = Aws::String>
47 void SetConversionServerID(ConversionServerIDT&& value) { m_conversionServerIDHasBeenSet =
true; m_conversionServerID = std::forward<ConversionServerIDT>(value); }
48 template<
typename ConversionServerIDT = Aws::String>
58 template<
typename RawErrorT = Aws::String>
59 void SetRawError(RawErrorT&& value) { m_rawErrorHasBeenSet =
true; m_rawError = std::forward<RawErrorT>(value); }
60 template<
typename RawErrorT = Aws::String>
70 template<
typename SourceServerIDT = Aws::String>
71 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
72 template<
typename SourceServerIDT = Aws::String>
82 template<
typename TargetInstanceIDT = Aws::String>
83 void SetTargetInstanceID(TargetInstanceIDT&& value) { m_targetInstanceIDHasBeenSet =
true; m_targetInstanceID = std::forward<TargetInstanceIDT>(value); }
84 template<
typename TargetInstanceIDT = Aws::String>
90 bool m_conversionServerIDHasBeenSet =
false;
93 bool m_rawErrorHasBeenSet =
false;
96 bool m_sourceServerIDHasBeenSet =
false;
99 bool m_targetInstanceIDHasBeenSet =
false;
AWS_MGN_API JobLogEventData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRawError(RawErrorT &&value)
const Aws::String & GetConversionServerID() const
void SetSourceServerID(SourceServerIDT &&value)
const Aws::String & GetSourceServerID() const
JobLogEventData & WithConversionServerID(ConversionServerIDT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
JobLogEventData & WithSourceServerID(SourceServerIDT &&value)
bool ConversionServerIDHasBeenSet() const
bool RawErrorHasBeenSet() const
const Aws::String & GetTargetInstanceID() const
AWS_MGN_API JobLogEventData(Aws::Utils::Json::JsonView jsonValue)
void SetTargetInstanceID(TargetInstanceIDT &&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