AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
FecOutputSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/FecOutputIncludeFec.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 MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API FecOutputSettings() = default;
35 AWS_MEDIALIVE_API FecOutputSettings(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline int GetColumnDepth() const { return m_columnDepth; }
47 inline bool ColumnDepthHasBeenSet() const { return m_columnDepthHasBeenSet; }
48 inline void SetColumnDepth(int value) { m_columnDepthHasBeenSet = true; m_columnDepth = value; }
49 inline FecOutputSettings& WithColumnDepth(int value) { SetColumnDepth(value); return *this;}
51
53
56 inline FecOutputIncludeFec GetIncludeFec() const { return m_includeFec; }
57 inline bool IncludeFecHasBeenSet() const { return m_includeFecHasBeenSet; }
58 inline void SetIncludeFec(FecOutputIncludeFec value) { m_includeFecHasBeenSet = true; m_includeFec = value; }
59 inline FecOutputSettings& WithIncludeFec(FecOutputIncludeFec value) { SetIncludeFec(value); return *this;}
61
63
71 inline int GetRowLength() const { return m_rowLength; }
72 inline bool RowLengthHasBeenSet() const { return m_rowLengthHasBeenSet; }
73 inline void SetRowLength(int value) { m_rowLengthHasBeenSet = true; m_rowLength = value; }
74 inline FecOutputSettings& WithRowLength(int value) { SetRowLength(value); return *this;}
76 private:
77
78 int m_columnDepth{0};
79 bool m_columnDepthHasBeenSet = false;
80
82 bool m_includeFecHasBeenSet = false;
83
84 int m_rowLength{0};
85 bool m_rowLengthHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MediaLive
90} // namespace Aws
FecOutputSettings & WithIncludeFec(FecOutputIncludeFec value)
AWS_MEDIALIVE_API FecOutputSettings()=default
AWS_MEDIALIVE_API FecOutputSettings(Aws::Utils::Json::JsonView jsonValue)
FecOutputIncludeFec GetIncludeFec() const
FecOutputSettings & WithRowLength(int value)
AWS_MEDIALIVE_API FecOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIncludeFec(FecOutputIncludeFec value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
FecOutputSettings & WithColumnDepth(int value)
Aws::Utils::Json::JsonValue JsonValue