AWS SDK for C++
AWS SDK for C++ Version 1.11.612
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
() =
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
53
F4vMoovPlacement
m_moovPlacement{
F4vMoovPlacement::NOT_SET
};
54
bool
m_moovPlacementHasBeenSet =
false
;
55
};
56
57
}
// namespace Model
58
}
// namespace MediaConvert
59
}
// namespace Aws
Aws::MediaConvert::Model::F4vSettings
Definition
F4vSettings.h:32
Aws::MediaConvert::Model::F4vSettings::GetMoovPlacement
F4vMoovPlacement GetMoovPlacement() const
Definition
F4vSettings.h:46
Aws::MediaConvert::Model::F4vSettings::F4vSettings
AWS_MEDIACONVERT_API F4vSettings()=default
Aws::MediaConvert::Model::F4vSettings::MoovPlacementHasBeenSet
bool MoovPlacementHasBeenSet() const
Definition
F4vSettings.h:47
Aws::MediaConvert::Model::F4vSettings::F4vSettings
AWS_MEDIACONVERT_API F4vSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::F4vSettings::SetMoovPlacement
void SetMoovPlacement(F4vMoovPlacement value)
Definition
F4vSettings.h:48
Aws::MediaConvert::Model::F4vSettings::WithMoovPlacement
F4vSettings & WithMoovPlacement(F4vMoovPlacement value)
Definition
F4vSettings.h:49
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::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::MediaConvert::Model::F4vMoovPlacement
F4vMoovPlacement
Definition
F4vMoovPlacement.h:17
Aws::MediaConvert::Model::F4vMoovPlacement::NOT_SET
@ NOT_SET
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences