AWS SDK for C++

AWS SDK for C++ Version 1.11.818

Loading...
Searching...
No Matches
ScteDash.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/model/AdMarkerDash.h>
9#include <aws/mediapackagev2/model/ScteInManifests.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace mediapackagev2 {
21namespace Model {
22
28class ScteDash {
29 public:
30 AWS_MEDIAPACKAGEV2_API ScteDash() = default;
31 AWS_MEDIAPACKAGEV2_API ScteDash(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MEDIAPACKAGEV2_API ScteDash& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
45 inline AdMarkerDash GetAdMarkerDash() const { return m_adMarkerDash; }
46 inline bool AdMarkerDashHasBeenSet() const { return m_adMarkerDashHasBeenSet; }
47 inline void SetAdMarkerDash(AdMarkerDash value) {
48 m_adMarkerDashHasBeenSet = true;
49 m_adMarkerDash = value;
50 }
52 SetAdMarkerDash(value);
53 return *this;
54 }
56
58
64 inline ScteInManifests GetScteInManifests() const { return m_scteInManifests; }
65 inline bool ScteInManifestsHasBeenSet() const { return m_scteInManifestsHasBeenSet; }
67 m_scteInManifestsHasBeenSet = true;
68 m_scteInManifests = value;
69 }
71 SetScteInManifests(value);
72 return *this;
73 }
75 private:
76 AdMarkerDash m_adMarkerDash{AdMarkerDash::NOT_SET};
77
79 bool m_adMarkerDashHasBeenSet = false;
80 bool m_scteInManifestsHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace mediapackagev2
85} // namespace Aws
AWS_MEDIAPACKAGEV2_API ScteDash(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API ScteDash & operator=(Aws::Utils::Json::JsonView jsonValue)
ScteDash & WithAdMarkerDash(AdMarkerDash value)
Definition ScteDash.h:51
void SetAdMarkerDash(AdMarkerDash value)
Definition ScteDash.h:47
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
ScteDash & WithScteInManifests(ScteInManifests value)
Definition ScteDash.h:70
AdMarkerDash GetAdMarkerDash() const
Definition ScteDash.h:45
AWS_MEDIAPACKAGEV2_API ScteDash()=default
ScteInManifests GetScteInManifests() const
Definition ScteDash.h:64
void SetScteInManifests(ScteInManifests value)
Definition ScteDash.h:66
Aws::Utils::Json::JsonValue JsonValue