AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MxfXavcProfileSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/MxfXavcDurationMode.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 MediaConvert
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIACONVERT_API MxfXavcProfileSettings();
36 AWS_MEDIACONVERT_API MxfXavcProfileSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
49 inline const MxfXavcDurationMode& GetDurationMode() const{ return m_durationMode; }
50 inline bool DurationModeHasBeenSet() const { return m_durationModeHasBeenSet; }
51 inline void SetDurationMode(const MxfXavcDurationMode& value) { m_durationModeHasBeenSet = true; m_durationMode = value; }
52 inline void SetDurationMode(MxfXavcDurationMode&& value) { m_durationModeHasBeenSet = true; m_durationMode = std::move(value); }
53 inline MxfXavcProfileSettings& WithDurationMode(const MxfXavcDurationMode& value) { SetDurationMode(value); return *this;}
54 inline MxfXavcProfileSettings& WithDurationMode(MxfXavcDurationMode&& value) { SetDurationMode(std::move(value)); return *this;}
56
58
67 inline int GetMaxAncDataSize() const{ return m_maxAncDataSize; }
68 inline bool MaxAncDataSizeHasBeenSet() const { return m_maxAncDataSizeHasBeenSet; }
69 inline void SetMaxAncDataSize(int value) { m_maxAncDataSizeHasBeenSet = true; m_maxAncDataSize = value; }
70 inline MxfXavcProfileSettings& WithMaxAncDataSize(int value) { SetMaxAncDataSize(value); return *this;}
72 private:
73
74 MxfXavcDurationMode m_durationMode;
75 bool m_durationModeHasBeenSet = false;
76
77 int m_maxAncDataSize;
78 bool m_maxAncDataSizeHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace MediaConvert
83} // namespace Aws
AWS_MEDIACONVERT_API MxfXavcProfileSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API MxfXavcProfileSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MxfXavcProfileSettings & WithMaxAncDataSize(int value)
void SetDurationMode(const MxfXavcDurationMode &value)
const MxfXavcDurationMode & GetDurationMode() const
MxfXavcProfileSettings & WithDurationMode(MxfXavcDurationMode &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
MxfXavcProfileSettings & WithDurationMode(const MxfXavcDurationMode &value)
Aws::Utils::Json::JsonValue JsonValue