7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename MessageT = Aws::String>
44 m_messageHasBeenSet =
true;
45 m_message = std::forward<MessageT>(value);
47 template <
typename MessageT = Aws::String>
60 template <
typename RequestIdT = Aws::String>
62 m_requestIdHasBeenSet =
true;
63 m_requestId = std::forward<RequestIdT>(value);
65 template <
typename RequestIdT = Aws::String>
75 bool m_messageHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
UnsupportedUserEditionException & WithRequestId(RequestIdT &&value)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
bool RequestIdHasBeenSet() const
UnsupportedUserEditionException & WithMessage(MessageT &&value)
AWS_QUICKSIGHT_API UnsupportedUserEditionException(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API UnsupportedUserEditionException()=default
AWS_QUICKSIGHT_API UnsupportedUserEditionException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRequestId() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue