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-mediatailor
include
aws
mediatailor
model
AdMarkerPassthrough.h
1
6
#pragma once
7
#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
MediaTailor
20
{
21
namespace
Model
22
{
23
35
class
AdMarkerPassthrough
36
{
37
public
:
38
AWS_MEDIATAILOR_API
AdMarkerPassthrough
();
39
AWS_MEDIATAILOR_API
AdMarkerPassthrough
(
Aws::Utils::Json::JsonView
jsonValue);
40
AWS_MEDIATAILOR_API
AdMarkerPassthrough
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
41
AWS_MEDIATAILOR_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
42
43
45
48
inline
bool
GetEnabled
()
const
{
return
m_enabled; }
49
inline
bool
EnabledHasBeenSet
()
const
{
return
m_enabledHasBeenSet; }
50
inline
void
SetEnabled
(
bool
value) { m_enabledHasBeenSet =
true
; m_enabled = value; }
51
inline
AdMarkerPassthrough
&
WithEnabled
(
bool
value) {
SetEnabled
(value);
return
*
this
;}
53
private
:
54
55
bool
m_enabled;
56
bool
m_enabledHasBeenSet =
false
;
57
};
58
59
}
// namespace Model
60
}
// namespace MediaTailor
61
}
// namespace Aws
Aws::MediaTailor::Model::AdMarkerPassthrough
Definition
AdMarkerPassthrough.h:36
Aws::MediaTailor::Model::AdMarkerPassthrough::operator=
AWS_MEDIATAILOR_API AdMarkerPassthrough & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::AdMarkerPassthrough::AdMarkerPassthrough
AWS_MEDIATAILOR_API AdMarkerPassthrough(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::AdMarkerPassthrough::GetEnabled
bool GetEnabled() const
Definition
AdMarkerPassthrough.h:48
Aws::MediaTailor::Model::AdMarkerPassthrough::WithEnabled
AdMarkerPassthrough & WithEnabled(bool value)
Definition
AdMarkerPassthrough.h:51
Aws::MediaTailor::Model::AdMarkerPassthrough::SetEnabled
void SetEnabled(bool value)
Definition
AdMarkerPassthrough.h:50
Aws::MediaTailor::Model::AdMarkerPassthrough::AdMarkerPassthrough
AWS_MEDIATAILOR_API AdMarkerPassthrough()
Aws::MediaTailor::Model::AdMarkerPassthrough::Jsonize
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaTailor::Model::AdMarkerPassthrough::EnabledHasBeenSet
bool EnabledHasBeenSet() const
Definition
AdMarkerPassthrough.h:49
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences