7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
46 template <
typename MessageT = Aws::String>
48 m_messageHasBeenSet =
true;
49 m_message = std::forward<MessageT>(value);
51 template <
typename MessageT = Aws::String>
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
79 bool m_messageHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API UnsupportedPricingPlanException(Aws::Utils::Json::JsonView jsonValue)
UnsupportedPricingPlanException & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API UnsupportedPricingPlanException()=default
bool RequestIdHasBeenSet() const
UnsupportedPricingPlanException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
AWS_QUICKSIGHT_API UnsupportedPricingPlanException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue