AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const FecOutputIncludeFec& GetIncludeFec() const{ return m_includeFec; }
57 inline bool IncludeFecHasBeenSet() const { return m_includeFecHasBeenSet; }
58 inline void SetIncludeFec(const FecOutputIncludeFec& value) { m_includeFecHasBeenSet = true; m_includeFec = value; }
59 inline void SetIncludeFec(FecOutputIncludeFec&& value) { m_includeFecHasBeenSet = true; m_includeFec = std::move(value); }
60 inline FecOutputSettings& WithIncludeFec(const FecOutputIncludeFec& value) { SetIncludeFec(value); return *this;}
61 inline FecOutputSettings& WithIncludeFec(FecOutputIncludeFec&& value) { SetIncludeFec(std::move(value)); return *this;}
63
65
73 inline int GetRowLength() const{ return m_rowLength; }
74 inline bool RowLengthHasBeenSet() const { return m_rowLengthHasBeenSet; }
75 inline void SetRowLength(int value) { m_rowLengthHasBeenSet = true; m_rowLength = value; }
76 inline FecOutputSettings& WithRowLength(int value) { SetRowLength(value); return *this;}
78 private:
79
80 int m_columnDepth;
81 bool m_columnDepthHasBeenSet = false;
82
83 FecOutputIncludeFec m_includeFec;
84 bool m_includeFecHasBeenSet = false;
85
86 int m_rowLength;
87 bool m_rowLengthHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace MediaLive
92} // namespace Aws
FecOutputSettings & WithIncludeFec(const FecOutputIncludeFec &value)
void SetIncludeFec(const FecOutputIncludeFec &value)
AWS_MEDIALIVE_API FecOutputSettings(Aws::Utils::Json::JsonView jsonValue)
FecOutputSettings & WithIncludeFec(FecOutputIncludeFec &&value)
FecOutputSettings & WithRowLength(int value)
void SetIncludeFec(FecOutputIncludeFec &&value)
AWS_MEDIALIVE_API FecOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
FecOutputSettings & WithColumnDepth(int value)
const FecOutputIncludeFec & GetIncludeFec() const
Aws::Utils::Json::JsonValue JsonValue