AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
CmafIngestOutputSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API CmafIngestOutputSettings() = default;
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const Aws::String& GetNameModifier() const { return m_nameModifier; }
46 inline bool NameModifierHasBeenSet() const { return m_nameModifierHasBeenSet; }
47 template<typename NameModifierT = Aws::String>
48 void SetNameModifier(NameModifierT&& value) { m_nameModifierHasBeenSet = true; m_nameModifier = std::forward<NameModifierT>(value); }
49 template<typename NameModifierT = Aws::String>
50 CmafIngestOutputSettings& WithNameModifier(NameModifierT&& value) { SetNameModifier(std::forward<NameModifierT>(value)); return *this;}
52 private:
53
54 Aws::String m_nameModifier;
55 bool m_nameModifierHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace MediaLive
60} // namespace Aws
AWS_MEDIALIVE_API CmafIngestOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API CmafIngestOutputSettings()=default
AWS_MEDIALIVE_API CmafIngestOutputSettings(Aws::Utils::Json::JsonView jsonValue)
CmafIngestOutputSettings & WithNameModifier(NameModifierT &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue