7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/ClipRange.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mediatailor/model/AdBreak.h>
50 template<
typename SourceLocationNameT = Aws::String>
51 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
52 template<
typename SourceLocationNameT = Aws::String>
62 template<
typename LiveSourceNameT = Aws::String>
63 void SetLiveSourceName(LiveSourceNameT&& value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName = std::forward<LiveSourceNameT>(value); }
64 template<
typename LiveSourceNameT = Aws::String>
74 template<
typename VodSourceNameT = Aws::String>
75 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
76 template<
typename VodSourceNameT = Aws::String>
84 template<
typename ClipRangeT = ClipRange>
85 void SetClipRange(ClipRangeT&& value) { m_clipRangeHasBeenSet =
true; m_clipRange = std::forward<ClipRangeT>(value); }
86 template<
typename ClipRangeT = ClipRange>
107 template<
typename AdBreaksT = Aws::Vector<AdBreak>>
108 void SetAdBreaks(AdBreaksT&& value) { m_adBreaksHasBeenSet =
true; m_adBreaks = std::forward<AdBreaksT>(value); }
109 template<
typename AdBreaksT = Aws::Vector<AdBreak>>
111 template<
typename AdBreaksT = AdBreak>
112 AlternateMedia&
AddAdBreaks(AdBreaksT&& value) { m_adBreaksHasBeenSet =
true; m_adBreaks.emplace_back(std::forward<AdBreaksT>(value));
return *
this; }
121 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
127 bool m_sourceLocationNameHasBeenSet =
false;
130 bool m_liveSourceNameHasBeenSet =
false;
133 bool m_vodSourceNameHasBeenSet =
false;
136 bool m_clipRangeHasBeenSet =
false;
138 long long m_scheduledStartTimeMillis{0};
139 bool m_scheduledStartTimeMillisHasBeenSet =
false;
142 bool m_adBreaksHasBeenSet =
false;
144 long long m_durationMillis{0};
145 bool m_durationMillisHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue