7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackagev2/model/ContainerType.h>
10#include <aws/mediapackagev2/model/Segment.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/mediapackagev2/model/ForceEndpointErrorConfiguration.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediapackagev2/model/GetHlsManifestConfiguration.h>
16#include <aws/mediapackagev2/model/GetLowLatencyHlsManifestConfiguration.h>
17#include <aws/mediapackagev2/model/GetDashManifestConfiguration.h>
18#include <aws/mediapackagev2/model/GetMssManifestConfiguration.h>
23template<
typename RESULT_TYPE>
24class AmazonWebServiceResult;
33namespace mediapackagev2
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename ChannelGroupNameT = Aws::String>
64 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
65 template<
typename ChannelGroupNameT = Aws::String>
76 template<
typename ChannelNameT = Aws::String>
77 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
78 template<
typename ChannelNameT = Aws::String>
89 template<
typename OriginEndpo
intNameT = Aws::String>
90 void SetOriginEndpointName(OriginEndpointNameT&& value) { m_originEndpointNameHasBeenSet =
true; m_originEndpointName = std::forward<OriginEndpointNameT>(value); }
91 template<
typename OriginEndpo
intNameT = Aws::String>
110 template<
typename SegmentT = Segment>
111 void SetSegment(SegmentT&& value) { m_segmentHasBeenSet =
true; m_segment = std::forward<SegmentT>(value); }
112 template<
typename SegmentT = Segment>
121 template<
typename CreatedAtT = Aws::Utils::DateTime>
122 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
123 template<
typename CreatedAtT = Aws::Utils::DateTime>
132 template<
typename ModifiedAtT = Aws::Utils::DateTime>
133 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
134 template<
typename ModifiedAtT = Aws::Utils::DateTime>
143 template<
typename DescriptionT = Aws::String>
144 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
145 template<
typename DescriptionT = Aws::String>
165 template<
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
166 void SetHlsManifests(HlsManifestsT&& value) { m_hlsManifestsHasBeenSet =
true; m_hlsManifests = std::forward<HlsManifestsT>(value); }
167 template<
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
169 template<
typename HlsManifestsT = GetHlsManifestConfiguration>
178 template<
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
179 void SetLowLatencyHlsManifests(LowLatencyHlsManifestsT&& value) { m_lowLatencyHlsManifestsHasBeenSet =
true; m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value); }
180 template<
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
182 template<
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
191 template<
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
192 void SetDashManifests(DashManifestsT&& value) { m_dashManifestsHasBeenSet =
true; m_dashManifests = std::forward<DashManifestsT>(value); }
193 template<
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
195 template<
typename DashManifestsT = GetDashManifestConfiguration>
205 template<
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
206 void SetMssManifests(MssManifestsT&& value) { m_mssManifestsHasBeenSet =
true; m_mssManifests = std::forward<MssManifestsT>(value); }
207 template<
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
209 template<
typename MssManifestsT = GetMssManifestConfiguration>
218 template<
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
219 void SetForceEndpointErrorConfiguration(ForceEndpointErrorConfigurationT&& value) { m_forceEndpointErrorConfigurationHasBeenSet =
true; m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value); }
220 template<
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
230 template<
typename ETagT = Aws::String>
231 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
232 template<
typename ETagT = Aws::String>
242 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
243 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
244 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
246 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
248 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
255 template<
typename RequestIdT = Aws::String>
256 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
257 template<
typename RequestIdT = Aws::String>
263 bool m_arnHasBeenSet =
false;
266 bool m_channelGroupNameHasBeenSet =
false;
269 bool m_channelNameHasBeenSet =
false;
272 bool m_originEndpointNameHasBeenSet =
false;
275 bool m_containerTypeHasBeenSet =
false;
278 bool m_segmentHasBeenSet =
false;
281 bool m_createdAtHasBeenSet =
false;
284 bool m_modifiedAtHasBeenSet =
false;
287 bool m_descriptionHasBeenSet =
false;
289 int m_startoverWindowSeconds{0};
290 bool m_startoverWindowSecondsHasBeenSet =
false;
293 bool m_hlsManifestsHasBeenSet =
false;
296 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
299 bool m_dashManifestsHasBeenSet =
false;
302 bool m_mssManifestsHasBeenSet =
false;
304 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
305 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
308 bool m_eTagHasBeenSet =
false;
311 bool m_tagsHasBeenSet =
false;
314 bool m_requestIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue