7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/AuthenticationScheme.h>
10#include <aws/medialive/model/IncludeFillerNalUnits.h>
11#include <aws/medialive/model/InputLossActionForRtmpOut.h>
12#include <aws/medialive/model/RtmpAdMarkers.h>
13#include <aws/medialive/model/RtmpCacheFullBehavior.h>
14#include <aws/medialive/model/RtmpCaptionData.h>
48 template <
typename AdMarkersT = Aws::Vector<RtmpAdMarkers>>
50 m_adMarkersHasBeenSet =
true;
51 m_adMarkers = std::forward<AdMarkersT>(value);
53 template <
typename AdMarkersT = Aws::Vector<RtmpAdMarkers>>
59 m_adMarkersHasBeenSet =
true;
60 m_adMarkers.push_back(value);
72 m_authenticationSchemeHasBeenSet =
true;
73 m_authenticationScheme = value;
94 m_cacheFullBehaviorHasBeenSet =
true;
95 m_cacheFullBehavior = value;
110 m_cacheLengthHasBeenSet =
true;
111 m_cacheLength = value;
130 m_captionDataHasBeenSet =
true;
131 m_captionData = value;
151 m_inputLossActionHasBeenSet =
true;
152 m_inputLossAction = value;
168 m_restartDelayHasBeenSet =
true;
169 m_restartDelay = value;
188 m_includeFillerNalUnitsHasBeenSet =
true;
189 m_includeFillerNalUnits = value;
203 int m_cacheLength{0};
209 int m_restartDelay{0};
212 bool m_adMarkersHasBeenSet =
false;
213 bool m_authenticationSchemeHasBeenSet =
false;
214 bool m_cacheFullBehaviorHasBeenSet =
false;
215 bool m_cacheLengthHasBeenSet =
false;
216 bool m_captionDataHasBeenSet =
false;
217 bool m_inputLossActionHasBeenSet =
false;
218 bool m_restartDelayHasBeenSet =
false;
219 bool m_includeFillerNalUnitsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue