7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/service-quotas/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ServiceQuotas
70 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
78 bool m_errorCodeHasBeenSet =
false;
81 bool m_errorMessageHasBeenSet =
false;
ErrorReason & WithErrorMessage(Aws::String &&value)
AWS_SERVICEQUOTAS_API ErrorReason & operator=(Aws::Utils::Json::JsonView jsonValue)
ErrorReason & WithErrorCode(const ErrorCode &value)
ErrorReason & WithErrorMessage(const char *value)
bool ErrorMessageHasBeenSet() const
AWS_SERVICEQUOTAS_API ErrorReason()
ErrorReason & WithErrorMessage(const Aws::String &value)
void SetErrorCode(const ErrorCode &value)
void SetErrorCode(ErrorCode &&value)
const ErrorCode & GetErrorCode() const
void SetErrorMessage(const char *value)
ErrorReason & WithErrorCode(ErrorCode &&value)
const Aws::String & GetErrorMessage() const
bool ErrorCodeHasBeenSet() const
void SetErrorMessage(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
AWS_SERVICEQUOTAS_API ErrorReason(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICEQUOTAS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue