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>
107 template<
typename SegmentT = Segment>
108 void SetSegment(SegmentT&& value) { m_segmentHasBeenSet =
true; m_segment = std::forward<SegmentT>(value); }
109 template<
typename SegmentT = Segment>
118 template<
typename CreatedAtT = Aws::Utils::DateTime>
119 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
120 template<
typename CreatedAtT = Aws::Utils::DateTime>
129 template<
typename ModifiedAtT = Aws::Utils::DateTime>
130 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
131 template<
typename ModifiedAtT = Aws::Utils::DateTime>
140 template<
typename ResetAtT = Aws::Utils::DateTime>
141 void SetResetAt(ResetAtT&& value) { m_resetAtHasBeenSet =
true; m_resetAt = std::forward<ResetAtT>(value); }
142 template<
typename ResetAtT = Aws::Utils::DateTime>
151 template<
typename DescriptionT = Aws::String>
152 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
153 template<
typename DescriptionT = Aws::String>
173 template<
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
174 void SetHlsManifests(HlsManifestsT&& value) { m_hlsManifestsHasBeenSet =
true; m_hlsManifests = std::forward<HlsManifestsT>(value); }
175 template<
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
177 template<
typename HlsManifestsT = GetHlsManifestConfiguration>
186 template<
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
187 void SetLowLatencyHlsManifests(LowLatencyHlsManifestsT&& value) { m_lowLatencyHlsManifestsHasBeenSet =
true; m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value); }
188 template<
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
190 template<
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
199 template<
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
200 void SetDashManifests(DashManifestsT&& value) { m_dashManifestsHasBeenSet =
true; m_dashManifests = std::forward<DashManifestsT>(value); }
201 template<
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
203 template<
typename DashManifestsT = GetDashManifestConfiguration>
213 template<
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
214 void SetMssManifests(MssManifestsT&& value) { m_mssManifestsHasBeenSet =
true; m_mssManifests = std::forward<MssManifestsT>(value); }
215 template<
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
217 template<
typename MssManifestsT = GetMssManifestConfiguration>
226 template<
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
227 void SetForceEndpointErrorConfiguration(ForceEndpointErrorConfigurationT&& value) { m_forceEndpointErrorConfigurationHasBeenSet =
true; m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value); }
228 template<
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
238 template<
typename ETagT = Aws::String>
239 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
240 template<
typename ETagT = Aws::String>
250 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
251 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
252 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
254 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
256 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
263 template<
typename RequestIdT = Aws::String>
264 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
265 template<
typename RequestIdT = Aws::String>
271 bool m_arnHasBeenSet =
false;
274 bool m_channelGroupNameHasBeenSet =
false;
277 bool m_channelNameHasBeenSet =
false;
280 bool m_originEndpointNameHasBeenSet =
false;
283 bool m_containerTypeHasBeenSet =
false;
286 bool m_segmentHasBeenSet =
false;
289 bool m_createdAtHasBeenSet =
false;
292 bool m_modifiedAtHasBeenSet =
false;
295 bool m_resetAtHasBeenSet =
false;
298 bool m_descriptionHasBeenSet =
false;
300 int m_startoverWindowSeconds{0};
301 bool m_startoverWindowSecondsHasBeenSet =
false;
304 bool m_hlsManifestsHasBeenSet =
false;
307 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
310 bool m_dashManifestsHasBeenSet =
false;
313 bool m_mssManifestsHasBeenSet =
false;
315 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
316 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
319 bool m_eTagHasBeenSet =
false;
322 bool m_tagsHasBeenSet =
false;
325 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