AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ManifestServiceInteractionLog.h
1
6#pragma once
7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediatailor/model/ManifestServiceExcludeEventType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaTailor
23{
24namespace Model
25{
26
38 {
39 public:
40 AWS_MEDIATAILOR_API ManifestServiceInteractionLog() = default;
43 AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
51 inline const Aws::Vector<ManifestServiceExcludeEventType>& GetExcludeEventTypes() const { return m_excludeEventTypes; }
52 inline bool ExcludeEventTypesHasBeenSet() const { return m_excludeEventTypesHasBeenSet; }
53 template<typename ExcludeEventTypesT = Aws::Vector<ManifestServiceExcludeEventType>>
54 void SetExcludeEventTypes(ExcludeEventTypesT&& value) { m_excludeEventTypesHasBeenSet = true; m_excludeEventTypes = std::forward<ExcludeEventTypesT>(value); }
55 template<typename ExcludeEventTypesT = Aws::Vector<ManifestServiceExcludeEventType>>
56 ManifestServiceInteractionLog& WithExcludeEventTypes(ExcludeEventTypesT&& value) { SetExcludeEventTypes(std::forward<ExcludeEventTypesT>(value)); return *this;}
57 inline ManifestServiceInteractionLog& AddExcludeEventTypes(ManifestServiceExcludeEventType value) { m_excludeEventTypesHasBeenSet = true; m_excludeEventTypes.push_back(value); return *this; }
59 private:
60
62 bool m_excludeEventTypesHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace MediaTailor
67} // namespace Aws
ManifestServiceInteractionLog & WithExcludeEventTypes(ExcludeEventTypesT &&value)
AWS_MEDIATAILOR_API ManifestServiceInteractionLog()=default
ManifestServiceInteractionLog & AddExcludeEventTypes(ManifestServiceExcludeEventType value)
AWS_MEDIATAILOR_API ManifestServiceInteractionLog & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ManifestServiceExcludeEventType > & GetExcludeEventTypes() const
AWS_MEDIATAILOR_API ManifestServiceInteractionLog(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue