7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
19namespace ivsrealtime {
40 template <
typename AccessControlAllowOriginT = Aws::String>
42 m_accessControlAllowOriginHasBeenSet =
true;
43 m_accessControlAllowOrigin = std::forward<AccessControlAllowOriginT>(value);
45 template <
typename AccessControlAllowOriginT = Aws::String>
58 template <
typename AccessControlExposeHeadersT = Aws::String>
60 m_accessControlExposeHeadersHasBeenSet =
true;
61 m_accessControlExposeHeaders = std::forward<AccessControlExposeHeadersT>(value);
63 template <
typename AccessControlExposeHeadersT = Aws::String>
76 template <
typename CacheControlT = Aws::String>
78 m_cacheControlHasBeenSet =
true;
79 m_cacheControl = std::forward<CacheControlT>(value);
81 template <
typename CacheControlT = Aws::String>
94 template <
typename ContentSecurityPolicyT = Aws::String>
96 m_contentSecurityPolicyHasBeenSet =
true;
97 m_contentSecurityPolicy = std::forward<ContentSecurityPolicyT>(value);
99 template <
typename ContentSecurityPolicyT = Aws::String>
112 template <
typename StrictTransportSecurityT = Aws::String>
114 m_strictTransportSecurityHasBeenSet =
true;
115 m_strictTransportSecurity = std::forward<StrictTransportSecurityT>(value);
117 template <
typename StrictTransportSecurityT = Aws::String>
130 template <
typename XContentTypeOptionsT = Aws::String>
132 m_xContentTypeOptionsHasBeenSet =
true;
133 m_xContentTypeOptions = std::forward<XContentTypeOptionsT>(value);
135 template <
typename XContentTypeOptionsT = Aws::String>
148 template <
typename XFrameOptionsT = Aws::String>
150 m_xFrameOptionsHasBeenSet =
true;
151 m_xFrameOptions = std::forward<XFrameOptionsT>(value);
153 template <
typename XFrameOptionsT = Aws::String>
166 template <
typename XAmznErrorTypeT = Aws::String>
168 m_xAmznErrorTypeHasBeenSet =
true;
169 m_xAmznErrorType = std::forward<XAmznErrorTypeT>(value);
171 template <
typename XAmznErrorTypeT = Aws::String>
184 template <
typename ExceptionMessageT = Aws::String>
186 m_exceptionMessageHasBeenSet =
true;
187 m_exceptionMessage = std::forward<ExceptionMessageT>(value);
189 template <
typename ExceptionMessageT = Aws::String>
213 bool m_accessControlAllowOriginHasBeenSet =
false;
214 bool m_accessControlExposeHeadersHasBeenSet =
false;
215 bool m_cacheControlHasBeenSet =
false;
216 bool m_contentSecurityPolicyHasBeenSet =
false;
217 bool m_strictTransportSecurityHasBeenSet =
false;
218 bool m_xContentTypeOptionsHasBeenSet =
false;
219 bool m_xFrameOptionsHasBeenSet =
false;
220 bool m_xAmznErrorTypeHasBeenSet =
false;
221 bool m_exceptionMessageHasBeenSet =
false;
const Aws::String & GetXFrameOptions() const
AccessDeniedException & WithAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
void SetContentSecurityPolicy(ContentSecurityPolicyT &&value)
bool StrictTransportSecurityHasBeenSet() const
const Aws::String & GetExceptionMessage() const
AccessDeniedException & WithExceptionMessage(ExceptionMessageT &&value)
AWS_IVSREALTIME_API AccessDeniedException(Aws::Utils::Json::JsonView jsonValue)
void SetXFrameOptions(XFrameOptionsT &&value)
bool AccessControlAllowOriginHasBeenSet() const
bool ContentSecurityPolicyHasBeenSet() const
AccessDeniedException & WithCacheControl(CacheControlT &&value)
bool XContentTypeOptionsHasBeenSet() const
const Aws::String & GetStrictTransportSecurity() const
AccessDeniedException & WithXFrameOptions(XFrameOptionsT &&value)
bool XFrameOptionsHasBeenSet() const
const Aws::String & GetAccessControlExposeHeaders() const
void SetAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
AccessDeniedException & WithContentSecurityPolicy(ContentSecurityPolicyT &&value)
const Aws::String & GetContentSecurityPolicy() const
AccessDeniedException & WithStrictTransportSecurity(StrictTransportSecurityT &&value)
AWS_IVSREALTIME_API AccessDeniedException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetXContentTypeOptions() const
void SetXContentTypeOptions(XContentTypeOptionsT &&value)
void SetAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
void SetStrictTransportSecurity(StrictTransportSecurityT &&value)
void SetExceptionMessage(ExceptionMessageT &&value)
void SetCacheControl(CacheControlT &&value)
void SetXAmznErrorType(XAmznErrorTypeT &&value)
bool ExceptionMessageHasBeenSet() const
bool XAmznErrorTypeHasBeenSet() const
const Aws::String & GetCacheControl() const
bool CacheControlHasBeenSet() const
AWS_IVSREALTIME_API AccessDeniedException()=default
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetXAmznErrorType() const
AccessDeniedException & WithXContentTypeOptions(XContentTypeOptionsT &&value)
const Aws::String & GetAccessControlAllowOrigin() const
AccessDeniedException & WithAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
AccessDeniedException & WithXAmznErrorType(XAmznErrorTypeT &&value)
bool AccessControlExposeHeadersHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue