7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename ResourceIdT = Aws::String>
60 m_resourceIdHasBeenSet =
true;
61 m_resourceId = std::forward<ResourceIdT>(value);
63 template <
typename ResourceIdT = Aws::String>
76 template <
typename ResourceTypeT = Aws::String>
78 m_resourceTypeHasBeenSet =
true;
79 m_resourceType = std::forward<ResourceTypeT>(value);
81 template <
typename ResourceTypeT = Aws::String>
95 template <
typename QuotaCodeT = Aws::String>
97 m_quotaCodeHasBeenSet =
true;
98 m_quotaCode = std::forward<QuotaCodeT>(value);
100 template <
typename QuotaCodeT = Aws::String>
113 template <
typename ServiceCodeT = Aws::String>
115 m_serviceCodeHasBeenSet =
true;
116 m_serviceCode = std::forward<ServiceCodeT>(value);
118 template <
typename ServiceCodeT = Aws::String>
134 bool m_messageHasBeenSet =
false;
135 bool m_resourceIdHasBeenSet =
false;
136 bool m_resourceTypeHasBeenSet =
false;
137 bool m_quotaCodeHasBeenSet =
false;
138 bool m_serviceCodeHasBeenSet =
false;
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
const Aws::String & GetResourceType() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
AWS_SSM_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API ServiceQuotaExceededException()=default
bool MessageHasBeenSet() const
AWS_SSM_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
void SetResourceType(ResourceTypeT &&value)
bool ResourceTypeHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetResourceId() const
bool ServiceCodeHasBeenSet() const
const Aws::String & GetQuotaCode() const
bool QuotaCodeHasBeenSet() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue