7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/DataReplicationErrorString.h>
42 m_errorHasBeenSet =
true;
57 template <
typename RawErrorT = Aws::String>
59 m_rawErrorHasBeenSet =
true;
60 m_rawError = std::forward<RawErrorT>(value);
62 template <
typename RawErrorT = Aws::String>
72 bool m_errorHasBeenSet =
false;
73 bool m_rawErrorHasBeenSet =
false;
DataReplicationError & WithError(DataReplicationErrorString value)
void SetError(DataReplicationErrorString value)
AWS_DRS_API DataReplicationError()=default
bool ErrorHasBeenSet() const
bool RawErrorHasBeenSet() const
AWS_DRS_API DataReplicationError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRawError() const
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
DataReplicationErrorString GetError() const
AWS_DRS_API DataReplicationError & operator=(Aws::Utils::Json::JsonView jsonValue)
DataReplicationError & WithRawError(RawErrorT &&value)
void SetRawError(RawErrorT &&value)
DataReplicationErrorString
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue