AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DashAdditionalManifest.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 DashAdditionalManifest() = default;
38 AWS_MEDIACONVERT_API DashAdditionalManifest(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
51 inline const Aws::String& GetManifestNameModifier() const { return m_manifestNameModifier; }
52 inline bool ManifestNameModifierHasBeenSet() const { return m_manifestNameModifierHasBeenSet; }
53 template<typename ManifestNameModifierT = Aws::String>
54 void SetManifestNameModifier(ManifestNameModifierT&& value) { m_manifestNameModifierHasBeenSet = true; m_manifestNameModifier = std::forward<ManifestNameModifierT>(value); }
55 template<typename ManifestNameModifierT = Aws::String>
56 DashAdditionalManifest& WithManifestNameModifier(ManifestNameModifierT&& value) { SetManifestNameModifier(std::forward<ManifestNameModifierT>(value)); return *this;}
58
60
64 inline const Aws::Vector<Aws::String>& GetSelectedOutputs() const { return m_selectedOutputs; }
65 inline bool SelectedOutputsHasBeenSet() const { return m_selectedOutputsHasBeenSet; }
66 template<typename SelectedOutputsT = Aws::Vector<Aws::String>>
67 void SetSelectedOutputs(SelectedOutputsT&& value) { m_selectedOutputsHasBeenSet = true; m_selectedOutputs = std::forward<SelectedOutputsT>(value); }
68 template<typename SelectedOutputsT = Aws::Vector<Aws::String>>
69 DashAdditionalManifest& WithSelectedOutputs(SelectedOutputsT&& value) { SetSelectedOutputs(std::forward<SelectedOutputsT>(value)); return *this;}
70 template<typename SelectedOutputsT = Aws::String>
71 DashAdditionalManifest& AddSelectedOutputs(SelectedOutputsT&& value) { m_selectedOutputsHasBeenSet = true; m_selectedOutputs.emplace_back(std::forward<SelectedOutputsT>(value)); return *this; }
73 private:
74
75 Aws::String m_manifestNameModifier;
76 bool m_manifestNameModifierHasBeenSet = false;
77
78 Aws::Vector<Aws::String> m_selectedOutputs;
79 bool m_selectedOutputsHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace MediaConvert
84} // namespace Aws
DashAdditionalManifest & AddSelectedOutputs(SelectedOutputsT &&value)
void SetManifestNameModifier(ManifestNameModifierT &&value)
AWS_MEDIACONVERT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONVERT_API DashAdditionalManifest & operator=(Aws::Utils::Json::JsonView jsonValue)
DashAdditionalManifest & WithManifestNameModifier(ManifestNameModifierT &&value)
DashAdditionalManifest & WithSelectedOutputs(SelectedOutputsT &&value)
AWS_MEDIACONVERT_API DashAdditionalManifest(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONVERT_API DashAdditionalManifest()=default
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