7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetRequestID(
const char* value) { m_requestIDHasBeenSet =
true; m_requestID.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_requestIDHasBeenSet =
false;
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RequestIDHasBeenSet() const
ForbiddenException & WithRequestID(const char *value)
void SetMessage(Aws::String &&value)
ForbiddenException & WithMessage(const Aws::String &value)
AWS_PINPOINT_API ForbiddenException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API ForbiddenException()
ForbiddenException & WithMessage(Aws::String &&value)
void SetRequestID(Aws::String &&value)
void SetRequestID(const Aws::String &value)
void SetMessage(const char *value)
ForbiddenException & WithRequestID(Aws::String &&value)
bool MessageHasBeenSet() const
ForbiddenException & WithRequestID(const Aws::String &value)
void SetRequestID(const char *value)
AWS_PINPOINT_API ForbiddenException(Aws::Utils::Json::JsonView jsonValue)
ForbiddenException & WithMessage(const char *value)
const Aws::String & GetMessage() const
const Aws::String & GetRequestID() const
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue