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