7#include <aws/ebs/EBS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ebs/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;
void SetMessage(const char *value)
ServiceQuotaExceededException & WithMessage(const char *value)
ServiceQuotaExceededException & WithReason(ServiceQuotaExceededExceptionReason &&value)
ServiceQuotaExceededException & WithReason(const ServiceQuotaExceededExceptionReason &value)
bool ReasonHasBeenSet() const
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
const ServiceQuotaExceededExceptionReason & GetReason() const
AWS_EBS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReason(ServiceQuotaExceededExceptionReason &&value)
AWS_EBS_API ServiceQuotaExceededException()
AWS_EBS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EBS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetReason(const ServiceQuotaExceededExceptionReason &value)
void SetMessage(Aws::String &&value)
ServiceQuotaExceededExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue