AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DashConfigurationForPut.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 DashConfigurationForPut() = default;
38 AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline const Aws::String& GetMpdLocation() const { return m_mpdLocation; }
53 inline bool MpdLocationHasBeenSet() const { return m_mpdLocationHasBeenSet; }
54 template<typename MpdLocationT = Aws::String>
55 void SetMpdLocation(MpdLocationT&& value) { m_mpdLocationHasBeenSet = true; m_mpdLocation = std::forward<MpdLocationT>(value); }
56 template<typename MpdLocationT = Aws::String>
57 DashConfigurationForPut& WithMpdLocation(MpdLocationT&& value) { SetMpdLocation(std::forward<MpdLocationT>(value)); return *this;}
59
61
69 inline OriginManifestType GetOriginManifestType() const { return m_originManifestType; }
70 inline bool OriginManifestTypeHasBeenSet() const { return m_originManifestTypeHasBeenSet; }
71 inline void SetOriginManifestType(OriginManifestType value) { m_originManifestTypeHasBeenSet = true; m_originManifestType = value; }
74 private:
75
76 Aws::String m_mpdLocation;
77 bool m_mpdLocationHasBeenSet = false;
78
80 bool m_originManifestTypeHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace MediaTailor
85} // namespace Aws
AWS_MEDIATAILOR_API DashConfigurationForPut & operator=(Aws::Utils::Json::JsonView jsonValue)
DashConfigurationForPut & WithMpdLocation(MpdLocationT &&value)
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
DashConfigurationForPut & WithOriginManifestType(OriginManifestType value)
AWS_MEDIATAILOR_API DashConfigurationForPut()=default
AWS_MEDIATAILOR_API DashConfigurationForPut(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue