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
TtmlDestinationSettings.h
1
6
#pragma once
7
#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8
#include <aws/mediaconvert/model/TtmlStylePassthrough.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
36
class
TtmlDestinationSettings
37
{
38
public
:
39
AWS_MEDIACONVERT_API
TtmlDestinationSettings
();
40
AWS_MEDIACONVERT_API
TtmlDestinationSettings
(
Aws::Utils::Json::JsonView
jsonValue);
41
AWS_MEDIACONVERT_API
TtmlDestinationSettings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
42
AWS_MEDIACONVERT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
43
44
46
50
inline
const
TtmlStylePassthrough
&
GetStylePassthrough
()
const
{
return
m_stylePassthrough; }
51
inline
bool
StylePassthroughHasBeenSet
()
const
{
return
m_stylePassthroughHasBeenSet; }
52
inline
void
SetStylePassthrough
(
const
TtmlStylePassthrough
& value) { m_stylePassthroughHasBeenSet =
true
; m_stylePassthrough = value; }
53
inline
void
SetStylePassthrough
(
TtmlStylePassthrough
&& value) { m_stylePassthroughHasBeenSet =
true
; m_stylePassthrough = std::move(value); }
54
inline
TtmlDestinationSettings
&
WithStylePassthrough
(
const
TtmlStylePassthrough
& value) {
SetStylePassthrough
(value);
return
*
this
;}
55
inline
TtmlDestinationSettings
&
WithStylePassthrough
(
TtmlStylePassthrough
&& value) {
SetStylePassthrough
(std::move(value));
return
*
this
;}
57
private
:
58
59
TtmlStylePassthrough
m_stylePassthrough;
60
bool
m_stylePassthroughHasBeenSet =
false
;
61
};
62
63
}
// namespace Model
64
}
// namespace MediaConvert
65
}
// namespace Aws
Aws::MediaConvert::Model::TtmlDestinationSettings
Definition
TtmlDestinationSettings.h:37
Aws::MediaConvert::Model::TtmlDestinationSettings::TtmlDestinationSettings
AWS_MEDIACONVERT_API TtmlDestinationSettings()
Aws::MediaConvert::Model::TtmlDestinationSettings::GetStylePassthrough
const TtmlStylePassthrough & GetStylePassthrough() const
Definition
TtmlDestinationSettings.h:50
Aws::MediaConvert::Model::TtmlDestinationSettings::operator=
AWS_MEDIACONVERT_API TtmlDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::TtmlDestinationSettings::SetStylePassthrough
void SetStylePassthrough(const TtmlStylePassthrough &value)
Definition
TtmlDestinationSettings.h:52
Aws::MediaConvert::Model::TtmlDestinationSettings::WithStylePassthrough
TtmlDestinationSettings & WithStylePassthrough(TtmlStylePassthrough &&value)
Definition
TtmlDestinationSettings.h:55
Aws::MediaConvert::Model::TtmlDestinationSettings::SetStylePassthrough
void SetStylePassthrough(TtmlStylePassthrough &&value)
Definition
TtmlDestinationSettings.h:53
Aws::MediaConvert::Model::TtmlDestinationSettings::Jsonize
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaConvert::Model::TtmlDestinationSettings::TtmlDestinationSettings
AWS_MEDIACONVERT_API TtmlDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaConvert::Model::TtmlDestinationSettings::WithStylePassthrough
TtmlDestinationSettings & WithStylePassthrough(const TtmlStylePassthrough &value)
Definition
TtmlDestinationSettings.h:54
Aws::MediaConvert::Model::TtmlDestinationSettings::StylePassthroughHasBeenSet
bool StylePassthroughHasBeenSet() const
Definition
TtmlDestinationSettings.h:51
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws::MediaConvert::Model::TtmlStylePassthrough
TtmlStylePassthrough
Definition
TtmlStylePassthrough.h:17
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences