AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TrackSourceSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert
20{
21namespace Model
22{
23
33 {
34 public:
35 AWS_MEDIACONVERT_API TrackSourceSettings();
36 AWS_MEDIACONVERT_API TrackSourceSettings(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline int GetTrackNumber() const{ return m_trackNumber; }
51 inline bool TrackNumberHasBeenSet() const { return m_trackNumberHasBeenSet; }
52 inline void SetTrackNumber(int value) { m_trackNumberHasBeenSet = true; m_trackNumber = value; }
53 inline TrackSourceSettings& WithTrackNumber(int value) { SetTrackNumber(value); return *this;}
55 private:
56
57 int m_trackNumber;
58 bool m_trackNumberHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace MediaConvert
63} // namespace Aws
TrackSourceSettings & WithTrackNumber(int value)
AWS_MEDIACONVERT_API TrackSourceSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API TrackSourceSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue