AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DashConfiguration.h
1
6#pragma once
7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/OriginManifestType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaTailor
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIATAILOR_API DashConfiguration() = default;
36 AWS_MEDIATAILOR_API DashConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetManifestEndpointPrefix() const { return m_manifestEndpointPrefix; }
47 inline bool ManifestEndpointPrefixHasBeenSet() const { return m_manifestEndpointPrefixHasBeenSet; }
48 template<typename ManifestEndpointPrefixT = Aws::String>
49 void SetManifestEndpointPrefix(ManifestEndpointPrefixT&& value) { m_manifestEndpointPrefixHasBeenSet = true; m_manifestEndpointPrefix = std::forward<ManifestEndpointPrefixT>(value); }
50 template<typename ManifestEndpointPrefixT = Aws::String>
51 DashConfiguration& WithManifestEndpointPrefix(ManifestEndpointPrefixT&& value) { SetManifestEndpointPrefix(std::forward<ManifestEndpointPrefixT>(value)); return *this;}
53
55
65 inline const Aws::String& GetMpdLocation() const { return m_mpdLocation; }
66 inline bool MpdLocationHasBeenSet() const { return m_mpdLocationHasBeenSet; }
67 template<typename MpdLocationT = Aws::String>
68 void SetMpdLocation(MpdLocationT&& value) { m_mpdLocationHasBeenSet = true; m_mpdLocation = std::forward<MpdLocationT>(value); }
69 template<typename MpdLocationT = Aws::String>
70 DashConfiguration& WithMpdLocation(MpdLocationT&& value) { SetMpdLocation(std::forward<MpdLocationT>(value)); return *this;}
72
74
82 inline OriginManifestType GetOriginManifestType() const { return m_originManifestType; }
83 inline bool OriginManifestTypeHasBeenSet() const { return m_originManifestTypeHasBeenSet; }
84 inline void SetOriginManifestType(OriginManifestType value) { m_originManifestTypeHasBeenSet = true; m_originManifestType = value; }
87 private:
88
89 Aws::String m_manifestEndpointPrefix;
90 bool m_manifestEndpointPrefixHasBeenSet = false;
91
92 Aws::String m_mpdLocation;
93 bool m_mpdLocationHasBeenSet = false;
94
96 bool m_originManifestTypeHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace MediaTailor
101} // namespace Aws
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIATAILOR_API DashConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetManifestEndpointPrefix() const
DashConfiguration & WithManifestEndpointPrefix(ManifestEndpointPrefixT &&value)
AWS_MEDIATAILOR_API DashConfiguration(Aws::Utils::Json::JsonView jsonValue)
DashConfiguration & WithOriginManifestType(OriginManifestType value)
void SetOriginManifestType(OriginManifestType value)
AWS_MEDIATAILOR_API DashConfiguration()=default
OriginManifestType GetOriginManifestType() const
DashConfiguration & WithMpdLocation(MpdLocationT &&value)
void SetManifestEndpointPrefix(ManifestEndpointPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue