7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediatailor/model/AdsInteractionLog.h>
10#include <aws/mediatailor/model/ManifestServiceInteractionLog.h>
11#include <aws/mediatailor/model/LoggingStrategy.h>
57 inline void SetPercentEnabled(
int value) { m_percentEnabledHasBeenSet =
true; m_percentEnabled = value; }
72 template<
typename EnabledLoggingStrategiesT = Aws::Vector<LoggingStrategy>>
73 void SetEnabledLoggingStrategies(EnabledLoggingStrategiesT&& value) { m_enabledLoggingStrategiesHasBeenSet =
true; m_enabledLoggingStrategies = std::forward<EnabledLoggingStrategiesT>(value); }
74 template<
typename EnabledLoggingStrategiesT = Aws::Vector<LoggingStrategy>>
86 template<
typename AdsInteractionLogT = AdsInteractionLog>
87 void SetAdsInteractionLog(AdsInteractionLogT&& value) { m_adsInteractionLogHasBeenSet =
true; m_adsInteractionLog = std::forward<AdsInteractionLogT>(value); }
88 template<
typename AdsInteractionLogT = AdsInteractionLog>
99 template<
typename ManifestServiceInteractionLogT = ManifestServiceInteractionLog>
100 void SetManifestServiceInteractionLog(ManifestServiceInteractionLogT&& value) { m_manifestServiceInteractionLogHasBeenSet =
true; m_manifestServiceInteractionLog = std::forward<ManifestServiceInteractionLogT>(value); }
101 template<
typename ManifestServiceInteractionLogT = ManifestServiceInteractionLog>
106 int m_percentEnabled{0};
107 bool m_percentEnabledHasBeenSet =
false;
110 bool m_enabledLoggingStrategiesHasBeenSet =
false;
112 AdsInteractionLog m_adsInteractionLog;
113 bool m_adsInteractionLogHasBeenSet =
false;
115 ManifestServiceInteractionLog m_manifestServiceInteractionLog;
116 bool m_manifestServiceInteractionLogHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue