7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename AttributeIdentifierT = Aws::String>
42 m_attributeIdentifierHasBeenSet =
true;
43 m_attributeIdentifier = std::forward<AttributeIdentifierT>(value);
45 template <
typename AttributeIdentifierT = Aws::String>
58 template <
typename CodeT = Aws::String>
60 m_codeHasBeenSet =
true;
61 m_code = std::forward<CodeT>(value);
63 template <
typename CodeT = Aws::String>
65 SetCode(std::forward<CodeT>(value));
76 template <
typename MessageT = Aws::String>
78 m_messageHasBeenSet =
true;
79 m_message = std::forward<MessageT>(value);
81 template <
typename MessageT = Aws::String>
93 bool m_attributeIdentifierHasBeenSet =
false;
94 bool m_codeHasBeenSet =
false;
95 bool m_messageHasBeenSet =
false;
const Aws::String & GetAttributeIdentifier() const
void SetCode(CodeT &&value)
bool MessageHasBeenSet() const
bool CodeHasBeenSet() const
AWS_DATAZONE_API AttributeError()=default
AttributeError & WithAttributeIdentifier(AttributeIdentifierT &&value)
AWS_DATAZONE_API AttributeError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeIdentifierHasBeenSet() const
AWS_DATAZONE_API AttributeError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
AttributeError & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
void SetAttributeIdentifier(AttributeIdentifierT &&value)
AttributeError & WithCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue