AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
ArchiveOutputSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/ArchiveContainerSettings.h>
9#include <aws/core/utils/memory/stl/AWSString.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 MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MEDIALIVE_API ArchiveOutputSettings() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ArchiveContainerSettings& GetContainerSettings() const { return m_containerSettings; }
46 inline bool ContainerSettingsHasBeenSet() const { return m_containerSettingsHasBeenSet; }
47 template<typename ContainerSettingsT = ArchiveContainerSettings>
48 void SetContainerSettings(ContainerSettingsT&& value) { m_containerSettingsHasBeenSet = true; m_containerSettings = std::forward<ContainerSettingsT>(value); }
49 template<typename ContainerSettingsT = ArchiveContainerSettings>
50 ArchiveOutputSettings& WithContainerSettings(ContainerSettingsT&& value) { SetContainerSettings(std::forward<ContainerSettingsT>(value)); return *this;}
52
54
58 inline const Aws::String& GetExtension() const { return m_extension; }
59 inline bool ExtensionHasBeenSet() const { return m_extensionHasBeenSet; }
60 template<typename ExtensionT = Aws::String>
61 void SetExtension(ExtensionT&& value) { m_extensionHasBeenSet = true; m_extension = std::forward<ExtensionT>(value); }
62 template<typename ExtensionT = Aws::String>
63 ArchiveOutputSettings& WithExtension(ExtensionT&& value) { SetExtension(std::forward<ExtensionT>(value)); return *this;}
65
67
71 inline const Aws::String& GetNameModifier() const { return m_nameModifier; }
72 inline bool NameModifierHasBeenSet() const { return m_nameModifierHasBeenSet; }
73 template<typename NameModifierT = Aws::String>
74 void SetNameModifier(NameModifierT&& value) { m_nameModifierHasBeenSet = true; m_nameModifier = std::forward<NameModifierT>(value); }
75 template<typename NameModifierT = Aws::String>
76 ArchiveOutputSettings& WithNameModifier(NameModifierT&& value) { SetNameModifier(std::forward<NameModifierT>(value)); return *this;}
78 private:
79
80 ArchiveContainerSettings m_containerSettings;
81 bool m_containerSettingsHasBeenSet = false;
82
83 Aws::String m_extension;
84 bool m_extensionHasBeenSet = false;
85
86 Aws::String m_nameModifier;
87 bool m_nameModifierHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace MediaLive
92} // namespace Aws
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API ArchiveOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const ArchiveContainerSettings & GetContainerSettings() const
void SetContainerSettings(ContainerSettingsT &&value)
ArchiveOutputSettings & WithContainerSettings(ContainerSettingsT &&value)
ArchiveOutputSettings & WithExtension(ExtensionT &&value)
AWS_MEDIALIVE_API ArchiveOutputSettings(Aws::Utils::Json::JsonView jsonValue)
ArchiveOutputSettings & WithNameModifier(NameModifierT &&value)
AWS_MEDIALIVE_API ArchiveOutputSettings()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue