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