7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename MessageT = Aws::String>
53 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
54 template<
typename MessageT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_messageHasBeenSet =
false;
75 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