AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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