7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rbin/model/ServiceQuotaExceededExceptionReason.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_reasonHasBeenSet =
false;
AWS_RECYCLEBIN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(const char *value)
AWS_RECYCLEBIN_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithReason(const ServiceQuotaExceededExceptionReason &value)
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithReason(ServiceQuotaExceededExceptionReason &&value)
void SetMessage(Aws::String &&value)
void SetReason(const ServiceQuotaExceededExceptionReason &value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
const ServiceQuotaExceededExceptionReason & GetReason() const
void SetReason(ServiceQuotaExceededExceptionReason &&value)
AWS_RECYCLEBIN_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReasonHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
AWS_RECYCLEBIN_API ServiceQuotaExceededException()
ServiceQuotaExceededExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue