7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
58 template<
typename ResourceIdT = Aws::String>
59 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
60 template<
typename ResourceIdT = Aws::String>
70 template<
typename ResourceTypeT = Aws::String>
71 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
72 template<
typename ResourceTypeT = Aws::String>
83 template<
typename QuotaCodeT = Aws::String>
84 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
85 template<
typename QuotaCodeT = Aws::String>
95 template<
typename ServiceCodeT = Aws::String>
96 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
97 template<
typename ServiceCodeT = Aws::String>
103 bool m_messageHasBeenSet =
false;
106 bool m_resourceIdHasBeenSet =
false;
109 bool m_resourceTypeHasBeenSet =
false;
112 bool m_quotaCodeHasBeenSet =
false;
115 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