AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ListHlsManifestConfiguration.h
1
6#pragma once
7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace mediapackagev2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MEDIAPACKAGEV2_API ListHlsManifestConfiguration() = default;
38 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline const Aws::String& GetManifestName() const { return m_manifestName; }
51 inline bool ManifestNameHasBeenSet() const { return m_manifestNameHasBeenSet; }
52 template<typename ManifestNameT = Aws::String>
53 void SetManifestName(ManifestNameT&& value) { m_manifestNameHasBeenSet = true; m_manifestName = std::forward<ManifestNameT>(value); }
54 template<typename ManifestNameT = Aws::String>
55 ListHlsManifestConfiguration& WithManifestName(ManifestNameT&& value) { SetManifestName(std::forward<ManifestNameT>(value)); return *this;}
57
59
66 inline const Aws::String& GetChildManifestName() const { return m_childManifestName; }
67 inline bool ChildManifestNameHasBeenSet() const { return m_childManifestNameHasBeenSet; }
68 template<typename ChildManifestNameT = Aws::String>
69 void SetChildManifestName(ChildManifestNameT&& value) { m_childManifestNameHasBeenSet = true; m_childManifestName = std::forward<ChildManifestNameT>(value); }
70 template<typename ChildManifestNameT = Aws::String>
71 ListHlsManifestConfiguration& WithChildManifestName(ChildManifestNameT&& value) { SetChildManifestName(std::forward<ChildManifestNameT>(value)); return *this;}
73
75
78 inline const Aws::String& GetUrl() const { return m_url; }
79 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
80 template<typename UrlT = Aws::String>
81 void SetUrl(UrlT&& value) { m_urlHasBeenSet = true; m_url = std::forward<UrlT>(value); }
82 template<typename UrlT = Aws::String>
83 ListHlsManifestConfiguration& WithUrl(UrlT&& value) { SetUrl(std::forward<UrlT>(value)); return *this;}
85 private:
86
87 Aws::String m_manifestName;
88 bool m_manifestNameHasBeenSet = false;
89
90 Aws::String m_childManifestName;
91 bool m_childManifestNameHasBeenSet = false;
92
93 Aws::String m_url;
94 bool m_urlHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace mediapackagev2
99} // namespace Aws
AWS_MEDIAPACKAGEV2_API ListHlsManifestConfiguration()=default
ListHlsManifestConfiguration & WithManifestName(ManifestNameT &&value)
ListHlsManifestConfiguration & WithChildManifestName(ChildManifestNameT &&value)
AWS_MEDIAPACKAGEV2_API ListHlsManifestConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API ListHlsManifestConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue