AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SccDestinationSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/SccDestinationFramerate.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConvert {
20namespace Model {
21
33 public:
34 AWS_MEDIACONVERT_API SccDestinationSettings() = default;
35 AWS_MEDIACONVERT_API SccDestinationSettings(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
47 inline SccDestinationFramerate GetFramerate() const { return m_framerate; }
48 inline bool FramerateHasBeenSet() const { return m_framerateHasBeenSet; }
50 m_framerateHasBeenSet = true;
51 m_framerate = value;
52 }
54 SetFramerate(value);
55 return *this;
56 }
58 private:
60 bool m_framerateHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace MediaConvert
65} // namespace Aws
AWS_MEDIACONVERT_API SccDestinationSettings()=default
SccDestinationSettings & WithFramerate(SccDestinationFramerate value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API SccDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API SccDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue