AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CmafIngestGroupSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/OutputLocationRef.h>
9#include <aws/medialive/model/CmafNielsenId3Behavior.h>
10#include <aws/medialive/model/Scte35Type.h>
11#include <aws/medialive/model/CmafIngestSegmentLengthUnits.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace MediaLive
25{
26namespace Model
27{
28
35 {
36 public:
37 AWS_MEDIALIVE_API CmafIngestGroupSettings();
40 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const OutputLocationRef& GetDestination() const{ return m_destination; }
48 inline bool DestinationHasBeenSet() const { return m_destinationHasBeenSet; }
49 inline void SetDestination(const OutputLocationRef& value) { m_destinationHasBeenSet = true; m_destination = value; }
50 inline void SetDestination(OutputLocationRef&& value) { m_destinationHasBeenSet = true; m_destination = std::move(value); }
51 inline CmafIngestGroupSettings& WithDestination(const OutputLocationRef& value) { SetDestination(value); return *this;}
52 inline CmafIngestGroupSettings& WithDestination(OutputLocationRef&& value) { SetDestination(std::move(value)); return *this;}
54
56
61 inline const CmafNielsenId3Behavior& GetNielsenId3Behavior() const{ return m_nielsenId3Behavior; }
62 inline bool NielsenId3BehaviorHasBeenSet() const { return m_nielsenId3BehaviorHasBeenSet; }
63 inline void SetNielsenId3Behavior(const CmafNielsenId3Behavior& value) { m_nielsenId3BehaviorHasBeenSet = true; m_nielsenId3Behavior = value; }
64 inline void SetNielsenId3Behavior(CmafNielsenId3Behavior&& value) { m_nielsenId3BehaviorHasBeenSet = true; m_nielsenId3Behavior = std::move(value); }
68
70
73 inline const Scte35Type& GetScte35Type() const{ return m_scte35Type; }
74 inline bool Scte35TypeHasBeenSet() const { return m_scte35TypeHasBeenSet; }
75 inline void SetScte35Type(const Scte35Type& value) { m_scte35TypeHasBeenSet = true; m_scte35Type = value; }
76 inline void SetScte35Type(Scte35Type&& value) { m_scte35TypeHasBeenSet = true; m_scte35Type = std::move(value); }
77 inline CmafIngestGroupSettings& WithScte35Type(const Scte35Type& value) { SetScte35Type(value); return *this;}
78 inline CmafIngestGroupSettings& WithScte35Type(Scte35Type&& value) { SetScte35Type(std::move(value)); return *this;}
80
82
87 inline int GetSegmentLength() const{ return m_segmentLength; }
88 inline bool SegmentLengthHasBeenSet() const { return m_segmentLengthHasBeenSet; }
89 inline void SetSegmentLength(int value) { m_segmentLengthHasBeenSet = true; m_segmentLength = value; }
90 inline CmafIngestGroupSettings& WithSegmentLength(int value) { SetSegmentLength(value); return *this;}
92
94
97 inline const CmafIngestSegmentLengthUnits& GetSegmentLengthUnits() const{ return m_segmentLengthUnits; }
98 inline bool SegmentLengthUnitsHasBeenSet() const { return m_segmentLengthUnitsHasBeenSet; }
99 inline void SetSegmentLengthUnits(const CmafIngestSegmentLengthUnits& value) { m_segmentLengthUnitsHasBeenSet = true; m_segmentLengthUnits = value; }
100 inline void SetSegmentLengthUnits(CmafIngestSegmentLengthUnits&& value) { m_segmentLengthUnitsHasBeenSet = true; m_segmentLengthUnits = std::move(value); }
104
106
109 inline int GetSendDelayMs() const{ return m_sendDelayMs; }
110 inline bool SendDelayMsHasBeenSet() const { return m_sendDelayMsHasBeenSet; }
111 inline void SetSendDelayMs(int value) { m_sendDelayMsHasBeenSet = true; m_sendDelayMs = value; }
112 inline CmafIngestGroupSettings& WithSendDelayMs(int value) { SetSendDelayMs(value); return *this;}
114 private:
115
116 OutputLocationRef m_destination;
117 bool m_destinationHasBeenSet = false;
118
119 CmafNielsenId3Behavior m_nielsenId3Behavior;
120 bool m_nielsenId3BehaviorHasBeenSet = false;
121
122 Scte35Type m_scte35Type;
123 bool m_scte35TypeHasBeenSet = false;
124
125 int m_segmentLength;
126 bool m_segmentLengthHasBeenSet = false;
127
128 CmafIngestSegmentLengthUnits m_segmentLengthUnits;
129 bool m_segmentLengthUnitsHasBeenSet = false;
130
131 int m_sendDelayMs;
132 bool m_sendDelayMsHasBeenSet = false;
133 };
134
135} // namespace Model
136} // namespace MediaLive
137} // namespace Aws
CmafIngestGroupSettings & WithSegmentLength(int value)
CmafIngestGroupSettings & WithSendDelayMs(int value)
CmafIngestGroupSettings & WithScte35Type(const Scte35Type &value)
CmafIngestGroupSettings & WithScte35Type(Scte35Type &&value)
AWS_MEDIALIVE_API CmafIngestGroupSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API CmafIngestGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSegmentLengthUnits(const CmafIngestSegmentLengthUnits &value)
const CmafIngestSegmentLengthUnits & GetSegmentLengthUnits() const
CmafIngestGroupSettings & WithSegmentLengthUnits(const CmafIngestSegmentLengthUnits &value)
void SetDestination(const OutputLocationRef &value)
void SetNielsenId3Behavior(const CmafNielsenId3Behavior &value)
void SetSegmentLengthUnits(CmafIngestSegmentLengthUnits &&value)
CmafIngestGroupSettings & WithDestination(const OutputLocationRef &value)
void SetNielsenId3Behavior(CmafNielsenId3Behavior &&value)
CmafIngestGroupSettings & WithNielsenId3Behavior(const CmafNielsenId3Behavior &value)
const CmafNielsenId3Behavior & GetNielsenId3Behavior() const
CmafIngestGroupSettings & WithSegmentLengthUnits(CmafIngestSegmentLengthUnits &&value)
CmafIngestGroupSettings & WithDestination(OutputLocationRef &&value)
CmafIngestGroupSettings & WithNielsenId3Behavior(CmafNielsenId3Behavior &&value)
Aws::Utils::Json::JsonValue JsonValue