AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DashTtmlConfiguration.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/model/DashTtmlProfile.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace mediapackagev2 {
20namespace Model {
21
28 public:
29 AWS_MEDIAPACKAGEV2_API DashTtmlConfiguration() = default;
30 AWS_MEDIAPACKAGEV2_API DashTtmlConfiguration(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
43 inline DashTtmlProfile GetTtmlProfile() const { return m_ttmlProfile; }
44 inline bool TtmlProfileHasBeenSet() const { return m_ttmlProfileHasBeenSet; }
45 inline void SetTtmlProfile(DashTtmlProfile value) {
46 m_ttmlProfileHasBeenSet = true;
47 m_ttmlProfile = value;
48 }
50 SetTtmlProfile(value);
51 return *this;
52 }
54 private:
56 bool m_ttmlProfileHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace mediapackagev2
61} // namespace Aws
DashTtmlConfiguration & WithTtmlProfile(DashTtmlProfile value)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIAPACKAGEV2_API DashTtmlConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API DashTtmlConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API DashTtmlConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue