AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ListDashManifestConfiguration.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
32 {
33 public:
34 AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration() = default;
37 AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline const Aws::String& GetManifestName() const { return m_manifestName; }
47 inline bool ManifestNameHasBeenSet() const { return m_manifestNameHasBeenSet; }
48 template<typename ManifestNameT = Aws::String>
49 void SetManifestName(ManifestNameT&& value) { m_manifestNameHasBeenSet = true; m_manifestName = std::forward<ManifestNameT>(value); }
50 template<typename ManifestNameT = Aws::String>
51 ListDashManifestConfiguration& WithManifestName(ManifestNameT&& value) { SetManifestName(std::forward<ManifestNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetUrl() const { return m_url; }
59 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
60 template<typename UrlT = Aws::String>
61 void SetUrl(UrlT&& value) { m_urlHasBeenSet = true; m_url = std::forward<UrlT>(value); }
62 template<typename UrlT = Aws::String>
63 ListDashManifestConfiguration& WithUrl(UrlT&& value) { SetUrl(std::forward<UrlT>(value)); return *this;}
65 private:
66
67 Aws::String m_manifestName;
68 bool m_manifestNameHasBeenSet = false;
69
70 Aws::String m_url;
71 bool m_urlHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace mediapackagev2
76} // namespace Aws
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ListDashManifestConfiguration & WithManifestName(ManifestNameT &&value)
AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue