7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/NamespaceErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_typeHasBeenSet =
false;
72 bool m_messageHasBeenSet =
false;
void SetType(NamespaceErrorType &&value)
bool TypeHasBeenSet() const
void SetMessage(const char *value)
void SetType(const NamespaceErrorType &value)
NamespaceError & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
NamespaceError & WithType(const NamespaceErrorType &value)
NamespaceError & WithMessage(Aws::String &&value)
AWS_QUICKSIGHT_API NamespaceError(Aws::Utils::Json::JsonView jsonValue)
const NamespaceErrorType & GetType() const
AWS_QUICKSIGHT_API NamespaceError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API NamespaceError()
bool MessageHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
NamespaceError & WithMessage(const Aws::String &value)
NamespaceError & WithType(NamespaceErrorType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue