7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ThemeErrorType.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;
AWS_QUICKSIGHT_API ThemeError(Aws::Utils::Json::JsonView jsonValue)
ThemeError & WithMessage(Aws::String &&value)
ThemeError & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetType(const ThemeErrorType &value)
void SetType(ThemeErrorType &&value)
AWS_QUICKSIGHT_API ThemeError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ThemeError & WithMessage(const char *value)
ThemeError & WithType(ThemeErrorType &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
ThemeError & WithType(const ThemeErrorType &value)
void SetMessage(const char *value)
const ThemeErrorType & GetType() const
AWS_QUICKSIGHT_API ThemeError()
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue