AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ManifestProcessingRules.h
1
6#pragma once
7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/AdMarkerPassthrough.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaTailor
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MEDIATAILOR_API ManifestProcessingRules();
39 AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
52 inline const AdMarkerPassthrough& GetAdMarkerPassthrough() const{ return m_adMarkerPassthrough; }
53 inline bool AdMarkerPassthroughHasBeenSet() const { return m_adMarkerPassthroughHasBeenSet; }
54 inline void SetAdMarkerPassthrough(const AdMarkerPassthrough& value) { m_adMarkerPassthroughHasBeenSet = true; m_adMarkerPassthrough = value; }
55 inline void SetAdMarkerPassthrough(AdMarkerPassthrough&& value) { m_adMarkerPassthroughHasBeenSet = true; m_adMarkerPassthrough = std::move(value); }
59 private:
60
61 AdMarkerPassthrough m_adMarkerPassthrough;
62 bool m_adMarkerPassthroughHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace MediaTailor
67} // namespace Aws
ManifestProcessingRules & WithAdMarkerPassthrough(const AdMarkerPassthrough &value)
AWS_MEDIATAILOR_API ManifestProcessingRules & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAdMarkerPassthrough(AdMarkerPassthrough &&value)
AWS_MEDIATAILOR_API ManifestProcessingRules(Aws::Utils::Json::JsonView jsonValue)
const AdMarkerPassthrough & GetAdMarkerPassthrough() const
void SetAdMarkerPassthrough(const AdMarkerPassthrough &value)
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
ManifestProcessingRules & WithAdMarkerPassthrough(AdMarkerPassthrough &&value)
Aws::Utils::Json::JsonValue JsonValue