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