7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs/IVS_EXPORTS.h>
41 template <
typename AccessControlAllowOriginT = Aws::String>
43 m_accessControlAllowOriginHasBeenSet =
true;
44 m_accessControlAllowOrigin = std::forward<AccessControlAllowOriginT>(value);
46 template <
typename AccessControlAllowOriginT = Aws::String>
59 template <
typename AccessControlExposeHeadersT = Aws::String>
61 m_accessControlExposeHeadersHasBeenSet =
true;
62 m_accessControlExposeHeaders = std::forward<AccessControlExposeHeadersT>(value);
64 template <
typename AccessControlExposeHeadersT = Aws::String>
77 template <
typename CacheControlT = Aws::String>
79 m_cacheControlHasBeenSet =
true;
80 m_cacheControl = std::forward<CacheControlT>(value);
82 template <
typename CacheControlT = Aws::String>
95 template <
typename ContentSecurityPolicyT = Aws::String>
97 m_contentSecurityPolicyHasBeenSet =
true;
98 m_contentSecurityPolicy = std::forward<ContentSecurityPolicyT>(value);
100 template <
typename ContentSecurityPolicyT = Aws::String>
113 template <
typename StrictTransportSecurityT = Aws::String>
115 m_strictTransportSecurityHasBeenSet =
true;
116 m_strictTransportSecurity = std::forward<StrictTransportSecurityT>(value);
118 template <
typename StrictTransportSecurityT = Aws::String>
131 template <
typename XContentTypeOptionsT = Aws::String>
133 m_xContentTypeOptionsHasBeenSet =
true;
134 m_xContentTypeOptions = std::forward<XContentTypeOptionsT>(value);
136 template <
typename XContentTypeOptionsT = Aws::String>
149 template <
typename XFrameOptionsT = Aws::String>
151 m_xFrameOptionsHasBeenSet =
true;
152 m_xFrameOptions = std::forward<XFrameOptionsT>(value);
154 template <
typename XFrameOptionsT = Aws::String>
167 template <
typename XAmznErrorTypeT = Aws::String>
169 m_xAmznErrorTypeHasBeenSet =
true;
170 m_xAmznErrorType = std::forward<XAmznErrorTypeT>(value);
172 template <
typename XAmznErrorTypeT = Aws::String>
185 template <
typename ExceptionMessageT = Aws::String>
187 m_exceptionMessageHasBeenSet =
true;
188 m_exceptionMessage = std::forward<ExceptionMessageT>(value);
190 template <
typename ExceptionMessageT = Aws::String>
214 bool m_accessControlAllowOriginHasBeenSet =
false;
215 bool m_accessControlExposeHeadersHasBeenSet =
false;
216 bool m_cacheControlHasBeenSet =
false;
217 bool m_contentSecurityPolicyHasBeenSet =
false;
218 bool m_strictTransportSecurityHasBeenSet =
false;
219 bool m_xContentTypeOptionsHasBeenSet =
false;
220 bool m_xFrameOptionsHasBeenSet =
false;
221 bool m_xAmznErrorTypeHasBeenSet =
false;
222 bool m_exceptionMessageHasBeenSet =
false;
void SetContentSecurityPolicy(ContentSecurityPolicyT &&value)
bool XAmznErrorTypeHasBeenSet() const
void SetXFrameOptions(XFrameOptionsT &&value)
ServiceQuotaExceededException & WithAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
AWS_IVS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
bool CacheControlHasBeenSet() const
const Aws::String & GetContentSecurityPolicy() const
const Aws::String & GetAccessControlExposeHeaders() const
void SetAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
const Aws::String & GetXContentTypeOptions() const
void SetXAmznErrorType(XAmznErrorTypeT &&value)
const Aws::String & GetExceptionMessage() const
bool AccessControlExposeHeadersHasBeenSet() const
AWS_IVS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
bool StrictTransportSecurityHasBeenSet() const
const Aws::String & GetXFrameOptions() const
bool XContentTypeOptionsHasBeenSet() const
bool AccessControlAllowOriginHasBeenSet() const
ServiceQuotaExceededException & WithExceptionMessage(ExceptionMessageT &&value)
const Aws::String & GetCacheControl() const
void SetXContentTypeOptions(XContentTypeOptionsT &&value)
void SetAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentSecurityPolicyHasBeenSet() const
const Aws::String & GetAccessControlAllowOrigin() const
void SetExceptionMessage(ExceptionMessageT &&value)
ServiceQuotaExceededException & WithCacheControl(CacheControlT &&value)
void SetCacheControl(CacheControlT &&value)
bool ExceptionMessageHasBeenSet() const
ServiceQuotaExceededException & WithContentSecurityPolicy(ContentSecurityPolicyT &&value)
ServiceQuotaExceededException & WithStrictTransportSecurity(StrictTransportSecurityT &&value)
ServiceQuotaExceededException & WithXAmznErrorType(XAmznErrorTypeT &&value)
void SetStrictTransportSecurity(StrictTransportSecurityT &&value)
ServiceQuotaExceededException & WithXContentTypeOptions(XContentTypeOptionsT &&value)
ServiceQuotaExceededException & WithXFrameOptions(XFrameOptionsT &&value)
bool XFrameOptionsHasBeenSet() const
const Aws::String & GetStrictTransportSecurity() const
const Aws::String & GetXAmznErrorType() const
AWS_IVS_API ServiceQuotaExceededException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue