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