AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetManifestName(const Aws::String& value) { m_manifestNameHasBeenSet = true; m_manifestName = value; }
49 inline void SetManifestName(Aws::String&& value) { m_manifestNameHasBeenSet = true; m_manifestName = std::move(value); }
50 inline void SetManifestName(const char* value) { m_manifestNameHasBeenSet = true; m_manifestName.assign(value); }
51 inline ListDashManifestConfiguration& WithManifestName(const Aws::String& value) { SetManifestName(value); return *this;}
52 inline ListDashManifestConfiguration& WithManifestName(Aws::String&& value) { SetManifestName(std::move(value)); return *this;}
53 inline ListDashManifestConfiguration& WithManifestName(const char* value) { SetManifestName(value); return *this;}
55
57
60 inline const Aws::String& GetUrl() const{ return m_url; }
61 inline bool UrlHasBeenSet() const { return m_urlHasBeenSet; }
62 inline void SetUrl(const Aws::String& value) { m_urlHasBeenSet = true; m_url = value; }
63 inline void SetUrl(Aws::String&& value) { m_urlHasBeenSet = true; m_url = std::move(value); }
64 inline void SetUrl(const char* value) { m_urlHasBeenSet = true; m_url.assign(value); }
65 inline ListDashManifestConfiguration& WithUrl(const Aws::String& value) { SetUrl(value); return *this;}
66 inline ListDashManifestConfiguration& WithUrl(Aws::String&& value) { SetUrl(std::move(value)); return *this;}
67 inline ListDashManifestConfiguration& WithUrl(const char* value) { SetUrl(value); return *this;}
69 private:
70
71 Aws::String m_manifestName;
72 bool m_manifestNameHasBeenSet = false;
73
74 Aws::String m_url;
75 bool m_urlHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace mediapackagev2
80} // namespace Aws
ListDashManifestConfiguration & WithManifestName(const Aws::String &value)
ListDashManifestConfiguration & WithUrl(Aws::String &&value)
ListDashManifestConfiguration & WithManifestName(const char *value)
ListDashManifestConfiguration & WithManifestName(Aws::String &&value)
AWS_MEDIAPACKAGEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration(Aws::Utils::Json::JsonView jsonValue)
ListDashManifestConfiguration & WithUrl(const char *value)
ListDashManifestConfiguration & WithUrl(const Aws::String &value)
AWS_MEDIAPACKAGEV2_API ListDashManifestConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue