AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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#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
32 {
33 public:
34 AWS_MEDIACONVERT_API F4vSettings() = default;
35 AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MEDIACONVERT_API F4vSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline F4vMoovPlacement GetMoovPlacement() const { return m_moovPlacement; }
47 inline bool MoovPlacementHasBeenSet() const { return m_moovPlacementHasBeenSet; }
48 inline void SetMoovPlacement(F4vMoovPlacement value) { m_moovPlacementHasBeenSet = true; m_moovPlacement = value; }
49 inline F4vSettings& WithMoovPlacement(F4vMoovPlacement value) { SetMoovPlacement(value); return *this;}
51 private:
52
54 bool m_moovPlacementHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace MediaConvert
59} // namespace Aws
F4vMoovPlacement GetMoovPlacement() const
Definition F4vSettings.h:46
AWS_MEDIACONVERT_API F4vSettings()=default
AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue)
void SetMoovPlacement(F4vMoovPlacement value)
Definition F4vSettings.h:48
F4vSettings & WithMoovPlacement(F4vMoovPlacement value)
Definition F4vSettings.h:49
AWS_MEDIACONVERT_API F4vSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue