7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/ResourceType.h>
10#include <aws/ssm-incidents/model/ServiceCode.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
77 inline void SetResourceIdentifier(
const char* value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier.assign(value); }
109 bool m_messageHasBeenSet =
false;
112 bool m_quotaCodeHasBeenSet =
false;
115 bool m_resourceIdentifierHasBeenSet =
false;
118 bool m_resourceTypeHasBeenSet =
false;
121 bool m_serviceCodeHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(const char *value)
void SetResourceType(ResourceType &&value)
ServiceQuotaExceededException & WithMessage(const char *value)
void SetQuotaCode(const char *value)
void SetMessage(Aws::String &&value)
AWS_SSMINCIDENTS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuotaCodeHasBeenSet() const
void SetResourceType(const ResourceType &value)
AWS_SSMINCIDENTS_API ServiceQuotaExceededException()
bool ResourceIdentifierHasBeenSet() const
void SetMessage(const Aws::String &value)
void SetResourceIdentifier(Aws::String &&value)
ServiceQuotaExceededException & WithResourceType(ResourceType &&value)
ServiceQuotaExceededException & WithResourceType(const ResourceType &value)
ServiceQuotaExceededException & WithQuotaCode(const Aws::String &value)
ServiceQuotaExceededException & WithResourceIdentifier(Aws::String &&value)
ServiceQuotaExceededException & WithResourceIdentifier(const Aws::String &value)
const Aws::String & GetResourceIdentifier() const
void SetQuotaCode(const Aws::String &value)
ServiceQuotaExceededException & WithQuotaCode(Aws::String &&value)
ServiceQuotaExceededException & WithQuotaCode(const char *value)
ServiceQuotaExceededException & WithResourceIdentifier(const char *value)
bool ResourceTypeHasBeenSet() const
const ResourceType & GetResourceType() const
AWS_SSMINCIDENTS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceCode(ServiceCode &&value)
void SetResourceIdentifier(const Aws::String &value)
void SetServiceCode(const ServiceCode &value)
void SetResourceIdentifier(const char *value)
ServiceQuotaExceededException & WithServiceCode(const ServiceCode &value)
ServiceQuotaExceededException & WithServiceCode(ServiceCode &&value)
const ServiceCode & GetServiceCode() const
void SetQuotaCode(Aws::String &&value)
bool ServiceCodeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
const Aws::String & GetQuotaCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue