AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
HlsAdditionalManifest.h
1
6#pragma once
7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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 MediaConvert
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_MEDIACONVERT_API HlsAdditionalManifest() = default;
38 AWS_MEDIACONVERT_API HlsAdditionalManifest(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
54 inline const Aws::String& GetManifestNameModifier() const { return m_manifestNameModifier; }
55 inline bool ManifestNameModifierHasBeenSet() const { return m_manifestNameModifierHasBeenSet; }
56 template<typename ManifestNameModifierT = Aws::String>
57 void SetManifestNameModifier(ManifestNameModifierT&& value) { m_manifestNameModifierHasBeenSet = true; m_manifestNameModifier = std::forward<ManifestNameModifierT>(value); }
58 template<typename ManifestNameModifierT = Aws::String>
59 HlsAdditionalManifest& WithManifestNameModifier(ManifestNameModifierT&& value) { SetManifestNameModifier(std::forward<ManifestNameModifierT>(value)); return *this;}
61
63
67 inline const Aws::Vector<Aws::String>& GetSelectedOutputs() const { return m_selectedOutputs; }
68 inline bool SelectedOutputsHasBeenSet() const { return m_selectedOutputsHasBeenSet; }
69 template<typename SelectedOutputsT = Aws::Vector<Aws::String>>
70 void SetSelectedOutputs(SelectedOutputsT&& value) { m_selectedOutputsHasBeenSet = true; m_selectedOutputs = std::forward<SelectedOutputsT>(value); }
71 template<typename SelectedOutputsT = Aws::Vector<Aws::String>>
72 HlsAdditionalManifest& WithSelectedOutputs(SelectedOutputsT&& value) { SetSelectedOutputs(std::forward<SelectedOutputsT>(value)); return *this;}
73 template<typename SelectedOutputsT = Aws::String>
74 HlsAdditionalManifest& AddSelectedOutputs(SelectedOutputsT&& value) { m_selectedOutputsHasBeenSet = true; m_selectedOutputs.emplace_back(std::forward<SelectedOutputsT>(value)); return *this; }
76 private:
77
78 Aws::String m_manifestNameModifier;
79 bool m_manifestNameModifierHasBeenSet = false;
80
81 Aws::Vector<Aws::String> m_selectedOutputs;
82 bool m_selectedOutputsHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace MediaConvert
87} // namespace Aws
AWS_MEDIACONVERT_API HlsAdditionalManifest()=default
void SetManifestNameModifier(ManifestNameModifierT &&value)
HlsAdditionalManifest & AddSelectedOutputs(SelectedOutputsT &&value)
HlsAdditionalManifest & WithSelectedOutputs(SelectedOutputsT &&value)
AWS_MEDIACONVERT_API HlsAdditionalManifest(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API HlsAdditionalManifest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
HlsAdditionalManifest & WithManifestNameModifier(ManifestNameModifierT &&value)
const Aws::Vector< Aws::String > & GetSelectedOutputs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue