7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
InternalFailureException & WithMessage(const Aws::String &value)
AWS_QUICKSIGHT_API InternalFailureException(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(Aws::String &&value)
bool RequestIdHasBeenSet() const
void SetRequestId(const Aws::String &value)
void SetMessage(const char *value)
const Aws::String & GetRequestId() const
InternalFailureException & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
bool MessageHasBeenSet() const
InternalFailureException & WithMessage(Aws::String &&value)
AWS_QUICKSIGHT_API InternalFailureException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API InternalFailureException()
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
InternalFailureException & WithMessage(const char *value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
InternalFailureException & WithRequestId(const Aws::String &value)
InternalFailureException & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue