AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Scte35SpliceInsert.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/Scte35SpliceInsertNoRegionalBlackoutBehavior.h>
9#include <aws/medialive/model/Scte35SpliceInsertWebDeliveryAllowedBehavior.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 MediaLive
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_MEDIALIVE_API Scte35SpliceInsert() = default;
38 AWS_MEDIALIVE_API Scte35SpliceInsert(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline int GetAdAvailOffset() const { return m_adAvailOffset; }
50 inline bool AdAvailOffsetHasBeenSet() const { return m_adAvailOffsetHasBeenSet; }
51 inline void SetAdAvailOffset(int value) { m_adAvailOffsetHasBeenSet = true; m_adAvailOffset = value; }
52 inline Scte35SpliceInsert& WithAdAvailOffset(int value) { SetAdAvailOffset(value); return *this;}
54
56
60 inline Scte35SpliceInsertNoRegionalBlackoutBehavior GetNoRegionalBlackoutFlag() const { return m_noRegionalBlackoutFlag; }
61 inline bool NoRegionalBlackoutFlagHasBeenSet() const { return m_noRegionalBlackoutFlagHasBeenSet; }
62 inline void SetNoRegionalBlackoutFlag(Scte35SpliceInsertNoRegionalBlackoutBehavior value) { m_noRegionalBlackoutFlagHasBeenSet = true; m_noRegionalBlackoutFlag = value; }
65
67
71 inline Scte35SpliceInsertWebDeliveryAllowedBehavior GetWebDeliveryAllowedFlag() const { return m_webDeliveryAllowedFlag; }
72 inline bool WebDeliveryAllowedFlagHasBeenSet() const { return m_webDeliveryAllowedFlagHasBeenSet; }
73 inline void SetWebDeliveryAllowedFlag(Scte35SpliceInsertWebDeliveryAllowedBehavior value) { m_webDeliveryAllowedFlagHasBeenSet = true; m_webDeliveryAllowedFlag = value; }
76 private:
77
78 int m_adAvailOffset{0};
79 bool m_adAvailOffsetHasBeenSet = false;
80
82 bool m_noRegionalBlackoutFlagHasBeenSet = false;
83
85 bool m_webDeliveryAllowedFlagHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MediaLive
90} // namespace Aws
Scte35SpliceInsert & WithWebDeliveryAllowedFlag(Scte35SpliceInsertWebDeliveryAllowedBehavior value)
void SetNoRegionalBlackoutFlag(Scte35SpliceInsertNoRegionalBlackoutBehavior value)
AWS_MEDIALIVE_API Scte35SpliceInsert()=default
Scte35SpliceInsert & WithAdAvailOffset(int value)
Scte35SpliceInsertNoRegionalBlackoutBehavior GetNoRegionalBlackoutFlag() const
AWS_MEDIALIVE_API Scte35SpliceInsert(Aws::Utils::Json::JsonView jsonValue)
Scte35SpliceInsert & WithNoRegionalBlackoutFlag(Scte35SpliceInsertNoRegionalBlackoutBehavior value)
AWS_MEDIALIVE_API Scte35SpliceInsert & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWebDeliveryAllowedFlag(Scte35SpliceInsertWebDeliveryAllowedBehavior value)
Scte35SpliceInsertWebDeliveryAllowedBehavior GetWebDeliveryAllowedFlag() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue