7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediatailor/model/AdsInteractionPublishOptInEventType.h>
10#include <aws/mediatailor/model/AdsInteractionExcludeEventType.h>
54 template<
typename PublishOptInEventTypesT = Aws::Vector<AdsInteractionPublishOptInEventType>>
55 void SetPublishOptInEventTypes(PublishOptInEventTypesT&& value) { m_publishOptInEventTypesHasBeenSet =
true; m_publishOptInEventTypes = std::forward<PublishOptInEventTypesT>(value); }
56 template<
typename PublishOptInEventTypesT = Aws::Vector<AdsInteractionPublishOptInEventType>>
68 template<
typename ExcludeEventTypesT = Aws::Vector<AdsInteractionExcludeEventType>>
69 void SetExcludeEventTypes(ExcludeEventTypesT&& value) { m_excludeEventTypesHasBeenSet =
true; m_excludeEventTypes = std::forward<ExcludeEventTypesT>(value); }
70 template<
typename ExcludeEventTypesT = Aws::Vector<AdsInteractionExcludeEventType>>
77 bool m_publishOptInEventTypesHasBeenSet =
false;
80 bool m_excludeEventTypesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue