AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
StartParticipantReplicationResult.h
1
6#pragma once
7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ivsrealtime
24{
25namespace Model
26{
28 {
29 public:
30 AWS_IVSREALTIME_API StartParticipantReplicationResult() = default;
33
34
36
39 inline const Aws::String& GetAccessControlAllowOrigin() const { return m_accessControlAllowOrigin; }
40 template<typename AccessControlAllowOriginT = Aws::String>
41 void SetAccessControlAllowOrigin(AccessControlAllowOriginT&& value) { m_accessControlAllowOriginHasBeenSet = true; m_accessControlAllowOrigin = std::forward<AccessControlAllowOriginT>(value); }
42 template<typename AccessControlAllowOriginT = Aws::String>
43 StartParticipantReplicationResult& WithAccessControlAllowOrigin(AccessControlAllowOriginT&& value) { SetAccessControlAllowOrigin(std::forward<AccessControlAllowOriginT>(value)); return *this;}
45
47
50 inline const Aws::String& GetAccessControlExposeHeaders() const { return m_accessControlExposeHeaders; }
51 template<typename AccessControlExposeHeadersT = Aws::String>
52 void SetAccessControlExposeHeaders(AccessControlExposeHeadersT&& value) { m_accessControlExposeHeadersHasBeenSet = true; m_accessControlExposeHeaders = std::forward<AccessControlExposeHeadersT>(value); }
53 template<typename AccessControlExposeHeadersT = Aws::String>
54 StartParticipantReplicationResult& WithAccessControlExposeHeaders(AccessControlExposeHeadersT&& value) { SetAccessControlExposeHeaders(std::forward<AccessControlExposeHeadersT>(value)); return *this;}
56
58
61 inline const Aws::String& GetCacheControl() const { return m_cacheControl; }
62 template<typename CacheControlT = Aws::String>
63 void SetCacheControl(CacheControlT&& value) { m_cacheControlHasBeenSet = true; m_cacheControl = std::forward<CacheControlT>(value); }
64 template<typename CacheControlT = Aws::String>
65 StartParticipantReplicationResult& WithCacheControl(CacheControlT&& value) { SetCacheControl(std::forward<CacheControlT>(value)); return *this;}
67
69
72 inline const Aws::String& GetContentSecurityPolicy() const { return m_contentSecurityPolicy; }
73 template<typename ContentSecurityPolicyT = Aws::String>
74 void SetContentSecurityPolicy(ContentSecurityPolicyT&& value) { m_contentSecurityPolicyHasBeenSet = true; m_contentSecurityPolicy = std::forward<ContentSecurityPolicyT>(value); }
75 template<typename ContentSecurityPolicyT = Aws::String>
76 StartParticipantReplicationResult& WithContentSecurityPolicy(ContentSecurityPolicyT&& value) { SetContentSecurityPolicy(std::forward<ContentSecurityPolicyT>(value)); return *this;}
78
80
83 inline const Aws::String& GetStrictTransportSecurity() const { return m_strictTransportSecurity; }
84 template<typename StrictTransportSecurityT = Aws::String>
85 void SetStrictTransportSecurity(StrictTransportSecurityT&& value) { m_strictTransportSecurityHasBeenSet = true; m_strictTransportSecurity = std::forward<StrictTransportSecurityT>(value); }
86 template<typename StrictTransportSecurityT = Aws::String>
87 StartParticipantReplicationResult& WithStrictTransportSecurity(StrictTransportSecurityT&& value) { SetStrictTransportSecurity(std::forward<StrictTransportSecurityT>(value)); return *this;}
89
91
94 inline const Aws::String& GetXContentTypeOptions() const { return m_xContentTypeOptions; }
95 template<typename XContentTypeOptionsT = Aws::String>
96 void SetXContentTypeOptions(XContentTypeOptionsT&& value) { m_xContentTypeOptionsHasBeenSet = true; m_xContentTypeOptions = std::forward<XContentTypeOptionsT>(value); }
97 template<typename XContentTypeOptionsT = Aws::String>
98 StartParticipantReplicationResult& WithXContentTypeOptions(XContentTypeOptionsT&& value) { SetXContentTypeOptions(std::forward<XContentTypeOptionsT>(value)); return *this;}
100
102
105 inline const Aws::String& GetXFrameOptions() const { return m_xFrameOptions; }
106 template<typename XFrameOptionsT = Aws::String>
107 void SetXFrameOptions(XFrameOptionsT&& value) { m_xFrameOptionsHasBeenSet = true; m_xFrameOptions = std::forward<XFrameOptionsT>(value); }
108 template<typename XFrameOptionsT = Aws::String>
109 StartParticipantReplicationResult& WithXFrameOptions(XFrameOptionsT&& value) { SetXFrameOptions(std::forward<XFrameOptionsT>(value)); return *this;}
111
113
114 inline const Aws::String& GetRequestId() const { return m_requestId; }
115 template<typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
117 template<typename RequestIdT = Aws::String>
118 StartParticipantReplicationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
120 private:
121
122 Aws::String m_accessControlAllowOrigin;
123 bool m_accessControlAllowOriginHasBeenSet = false;
124
125 Aws::String m_accessControlExposeHeaders;
126 bool m_accessControlExposeHeadersHasBeenSet = false;
127
128 Aws::String m_cacheControl;
129 bool m_cacheControlHasBeenSet = false;
130
131 Aws::String m_contentSecurityPolicy;
132 bool m_contentSecurityPolicyHasBeenSet = false;
133
134 Aws::String m_strictTransportSecurity;
135 bool m_strictTransportSecurityHasBeenSet = false;
136
137 Aws::String m_xContentTypeOptions;
138 bool m_xContentTypeOptionsHasBeenSet = false;
139
140 Aws::String m_xFrameOptions;
141 bool m_xFrameOptionsHasBeenSet = false;
142
143 Aws::String m_requestId;
144 bool m_requestIdHasBeenSet = false;
145 };
146
147} // namespace Model
148} // namespace ivsrealtime
149} // namespace Aws
StartParticipantReplicationResult & WithStrictTransportSecurity(StrictTransportSecurityT &&value)
AWS_IVSREALTIME_API StartParticipantReplicationResult()=default
StartParticipantReplicationResult & WithAccessControlAllowOrigin(AccessControlAllowOriginT &&value)
StartParticipantReplicationResult & WithXFrameOptions(XFrameOptionsT &&value)
StartParticipantReplicationResult & WithContentSecurityPolicy(ContentSecurityPolicyT &&value)
AWS_IVSREALTIME_API StartParticipantReplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartParticipantReplicationResult & WithCacheControl(CacheControlT &&value)
AWS_IVSREALTIME_API StartParticipantReplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartParticipantReplicationResult & WithRequestId(RequestIdT &&value)
StartParticipantReplicationResult & WithAccessControlExposeHeaders(AccessControlExposeHeadersT &&value)
StartParticipantReplicationResult & WithXContentTypeOptions(XContentTypeOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue