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>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename QuotaCodeT = Aws::String>
60 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
61 template<
typename QuotaCodeT = Aws::String>
71 template<
typename ResourceIdentifierT = Aws::String>
72 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
73 template<
typename ResourceIdentifierT = Aws::String>
99 bool m_messageHasBeenSet =
false;
102 bool m_quotaCodeHasBeenSet =
false;
105 bool m_resourceIdentifierHasBeenSet =
false;
108 bool m_resourceTypeHasBeenSet =
false;
111 bool m_serviceCodeHasBeenSet =
false;
ServiceQuotaExceededException & WithResourceType(ResourceType value)
const Aws::String & GetMessage() const
ResourceType GetResourceType() const
ServiceCode GetServiceCode() const
void SetMessage(MessageT &&value)
AWS_SSMINCIDENTS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithResourceIdentifier(ResourceIdentifierT &&value)
bool MessageHasBeenSet() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuotaCodeHasBeenSet() const
bool ResourceIdentifierHasBeenSet() const
AWS_SSMINCIDENTS_API ServiceQuotaExceededException()=default
void SetServiceCode(ServiceCode value)
ServiceQuotaExceededException & WithServiceCode(ServiceCode value)
const Aws::String & GetResourceIdentifier() const
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
bool ResourceTypeHasBeenSet() const
void SetResourceType(ResourceType value)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
AWS_SSMINCIDENTS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool ServiceCodeHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue