AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-mediaconvert
include
aws
mediaconvert
model
F4vSettings.h
1
6
#pragma once
7
#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
#include <aws/mediaconvert/model/F4vMoovPlacement.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
MediaConvert
22
{
23
namespace
Model
24
{
25
31
class
F4vSettings
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
Aws::MediaConvert::Model::F4vSettings
Definition
F4vSettings.h:32
Aws::MediaConvert::Model::F4vSettings::WithMoovPlacement
F4vSettings & WithMoovPlacement(const F4vMoovPlacement &value)
Definition
F4vSettings.h:50
Aws::MediaConvert::Model::F4vSettings::MoovPlacementHasBeenSet
bool MoovPlacementHasBeenSet() const
Definition
F4vSettings.h:47
Aws::MediaConvert::Model::F4vSettings::WithMoovPlacement
F4vSettings & WithMoovPlacement(F4vMoovPlacement &&value)
Definition
F4vSettings.h:51
Aws::MediaConvert::Model::F4vSettings::F4vSettings
AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::F4vSettings::GetMoovPlacement
const F4vMoovPlacement & GetMoovPlacement() const
Definition
F4vSettings.h:46
Aws::MediaConvert::Model::F4vSettings::operator=
AWS_MEDIACONVERT_API F4vSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::F4vSettings::Jsonize
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaConvert::Model::F4vSettings::F4vSettings
AWS_MEDIACONVERT_API F4vSettings()
Aws::MediaConvert::Model::F4vSettings::SetMoovPlacement
void SetMoovPlacement(const F4vMoovPlacement &value)
Definition
F4vSettings.h:48
Aws::MediaConvert::Model::F4vSettings::SetMoovPlacement
void SetMoovPlacement(F4vMoovPlacement &&value)
Definition
F4vSettings.h:49
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::MediaConvert::Model::F4vMoovPlacement
F4vMoovPlacement
Definition
F4vMoovPlacement.h:17
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences