AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const F4vMoovPlacement& GetMoovPlacement() const{ return m_moovPlacement; }
47 inline bool MoovPlacementHasBeenSet() const { return m_moovPlacementHasBeenSet; }
48 inline void SetMoovPlacement(const F4vMoovPlacement& value) { m_moovPlacementHasBeenSet = true; m_moovPlacement = value; }
49 inline void SetMoovPlacement(F4vMoovPlacement&& value) { m_moovPlacementHasBeenSet = true; m_moovPlacement = std::move(value); }
50 inline F4vSettings& WithMoovPlacement(const F4vMoovPlacement& value) { SetMoovPlacement(value); return *this;}
51 inline F4vSettings& WithMoovPlacement(F4vMoovPlacement&& value) { SetMoovPlacement(std::move(value)); return *this;}
53 private:
54
55 F4vMoovPlacement m_moovPlacement;
56 bool m_moovPlacementHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace MediaConvert
61} // namespace Aws
F4vSettings & WithMoovPlacement(const F4vMoovPlacement &value)
Definition F4vSettings.h:50
F4vSettings & WithMoovPlacement(F4vMoovPlacement &&value)
Definition F4vSettings.h:51
AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue)
const F4vMoovPlacement & GetMoovPlacement() const
Definition F4vSettings.h:46
AWS_MEDIACONVERT_API F4vSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API F4vSettings()
void SetMoovPlacement(const F4vMoovPlacement &value)
Definition F4vSettings.h:48
void SetMoovPlacement(F4vMoovPlacement &&value)
Definition F4vSettings.h:49
Aws::Utils::Json::JsonValue JsonValue