7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename ResourceIdT = Aws::String>
58 m_resourceIdHasBeenSet =
true;
59 m_resourceId = std::forward<ResourceIdT>(value);
61 template <
typename ResourceIdT = Aws::String>
74 template <
typename ResourceTypeT = Aws::String>
76 m_resourceTypeHasBeenSet =
true;
77 m_resourceType = std::forward<ResourceTypeT>(value);
79 template <
typename ResourceTypeT = Aws::String>
92 template <
typename ServiceCodeT = Aws::String>
94 m_serviceCodeHasBeenSet =
true;
95 m_serviceCode = std::forward<ServiceCodeT>(value);
97 template <
typename ServiceCodeT = Aws::String>
110 template <
typename QuotaCodeT = Aws::String>
112 m_quotaCodeHasBeenSet =
true;
113 m_quotaCode = std::forward<QuotaCodeT>(value);
115 template <
typename QuotaCodeT = Aws::String>
131 bool m_messageHasBeenSet =
false;
132 bool m_resourceIdHasBeenSet =
false;
133 bool m_resourceTypeHasBeenSet =
false;
134 bool m_serviceCodeHasBeenSet =
false;
135 bool m_quotaCodeHasBeenSet =
false;
void SetServiceCode(ServiceCodeT &&value)
bool ResourceTypeHasBeenSet() const
bool QuotaCodeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
AWS_PIPES_API ServiceQuotaExceededException()=default
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
const Aws::String & GetMessage() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
const Aws::String & GetResourceId() const
bool ServiceCodeHasBeenSet() const
const Aws::String & GetResourceType() const
AWS_PIPES_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
void SetResourceType(ResourceTypeT &&value)
void SetMessage(MessageT &&value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
AWS_PIPES_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetQuotaCode(QuotaCodeT &&value)
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetServiceCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue