AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
F4vSettings.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/F4vMoovPlacement.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
28 public:
29 AWS_MEDIACONVERT_API F4vSettings() = default;
30 AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue);
31 AWS_MEDIACONVERT_API F4vSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
40 inline F4vMoovPlacement GetMoovPlacement() const { return m_moovPlacement; }
41 inline bool MoovPlacementHasBeenSet() const { return m_moovPlacementHasBeenSet; }
43 m_moovPlacementHasBeenSet = true;
44 m_moovPlacement = value;
45 }
47 SetMoovPlacement(value);
48 return *this;
49 }
51 private:
53 bool m_moovPlacementHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace MediaConvert
58} // namespace Aws
F4vMoovPlacement GetMoovPlacement() const
Definition F4vSettings.h:40
AWS_MEDIACONVERT_API F4vSettings()=default
AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue)
void SetMoovPlacement(F4vMoovPlacement value)
Definition F4vSettings.h:42
F4vSettings & WithMoovPlacement(F4vMoovPlacement value)
Definition F4vSettings.h:46
AWS_MEDIACONVERT_API F4vSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue