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