7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ivsrealtime {
37 template <
typename AccessControlAllowOriginT = Aws::String>
39 m_accessControlAllowOriginHasBeenSet =
true;
40 m_accessControlAllowOrigin = std::forward<AccessControlAllowOriginT>(value);
42 template <
typename AccessControlAllowOriginT = Aws::String>
56 template <
typename AccessControlExposeHeadersT = Aws::String>
58 m_accessControlExposeHeadersHasBeenSet =
true;
59 m_accessControlExposeHeaders = std::forward<AccessControlExposeHeadersT>(value);
61 template <
typename AccessControlExposeHeadersT = Aws::String>
75 template <
typename CacheControlT = Aws::String>
77 m_cacheControlHasBeenSet =
true;
78 m_cacheControl = std::forward<CacheControlT>(value);
80 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>
113 template <
typename StrictTransportSecurityT = Aws::String>
115 m_strictTransportSecurityHasBeenSet =
true;
116 m_strictTransportSecurity = std::forward<StrictTransportSecurityT>(value);
118 template <
typename StrictTransportSecurityT = Aws::String>
132 template <
typename XContentTypeOptionsT = Aws::String>
134 m_xContentTypeOptionsHasBeenSet =
true;
135 m_xContentTypeOptions = std::forward<XContentTypeOptionsT>(value);
137 template <
typename XContentTypeOptionsT = Aws::String>
151 template <
typename XFrameOptionsT = Aws::String>
153 m_xFrameOptionsHasBeenSet =
true;
154 m_xFrameOptions = std::forward<XFrameOptionsT>(value);
156 template <
typename XFrameOptionsT = Aws::String>
166 template <
typename RequestIdT = Aws::String>
168 m_requestIdHasBeenSet =
true;
169 m_requestId = std::forward<RequestIdT>(value);
171 template <
typename RequestIdT = Aws::String>
196 bool m_accessControlAllowOriginHasBeenSet =
false;
197 bool m_accessControlExposeHeadersHasBeenSet =
false;
198 bool m_cacheControlHasBeenSet =
false;
199 bool m_contentSecurityPolicyHasBeenSet =
false;
200 bool m_strictTransportSecurityHasBeenSet =
false;
201 bool m_xContentTypeOptionsHasBeenSet =
false;
202 bool m_xFrameOptionsHasBeenSet =
false;
203 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetAccessControlAllowOrigin() const
const Aws::String & GetRequestId() const
StartParticipantReplicationResult & WithStrictTransportSecurity(StrictTransportSecurityT &&value)
AWS_IVSREALTIME_API StartParticipantReplicationResult()=default
StartParticipantReplicationResult & WithAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
const Aws::String & GetXFrameOptions() const
StartParticipantReplicationResult & WithXFrameOptions(XFrameOptionsT &&value)
const Aws::String & GetCacheControl() const
StartParticipantReplicationResult & WithContentSecurityPolicy(ContentSecurityPolicyT &&value)
void SetXFrameOptions(XFrameOptionsT &&value)
AWS_IVSREALTIME_API StartParticipantReplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartParticipantReplicationResult & WithCacheControl(CacheControlT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetXContentTypeOptions() const
AWS_IVSREALTIME_API StartParticipantReplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
void SetCacheControl(CacheControlT &&value)
void SetContentSecurityPolicy(ContentSecurityPolicyT &&value)
const Aws::String & GetStrictTransportSecurity() const
void SetRequestId(RequestIdT &&value)
void SetStrictTransportSecurity(StrictTransportSecurityT &&value)
StartParticipantReplicationResult & WithRequestId(RequestIdT &&value)
void SetAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
const Aws::String & GetContentSecurityPolicy() const
StartParticipantReplicationResult & WithAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
StartParticipantReplicationResult & WithXContentTypeOptions(XContentTypeOptionsT &&value)
const Aws::String & GetAccessControlExposeHeaders() const
void SetXContentTypeOptions(XContentTypeOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue