AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
MsSmoothOutputSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/MsSmoothH265PackagingType.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 MsSmoothOutputSettings() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline MsSmoothH265PackagingType GetH265PackagingType() const { return m_h265PackagingType; }
48 inline bool H265PackagingTypeHasBeenSet() const { return m_h265PackagingTypeHasBeenSet; }
49 inline void SetH265PackagingType(MsSmoothH265PackagingType value) { m_h265PackagingTypeHasBeenSet = true; m_h265PackagingType = value; }
52
54
58 inline const Aws::String& GetNameModifier() const { return m_nameModifier; }
59 inline bool NameModifierHasBeenSet() const { return m_nameModifierHasBeenSet; }
60 template<typename NameModifierT = Aws::String>
61 void SetNameModifier(NameModifierT&& value) { m_nameModifierHasBeenSet = true; m_nameModifier = std::forward<NameModifierT>(value); }
62 template<typename NameModifierT = Aws::String>
63 MsSmoothOutputSettings& WithNameModifier(NameModifierT&& value) { SetNameModifier(std::forward<NameModifierT>(value)); return *this;}
65 private:
66
68 bool m_h265PackagingTypeHasBeenSet = false;
69
70 Aws::String m_nameModifier;
71 bool m_nameModifierHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace MediaLive
76} // namespace Aws
MsSmoothOutputSettings & WithH265PackagingType(MsSmoothH265PackagingType value)
AWS_MEDIALIVE_API MsSmoothOutputSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API MsSmoothOutputSettings()=default
MsSmoothOutputSettings & WithNameModifier(NameModifierT &&value)
AWS_MEDIALIVE_API MsSmoothOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MsSmoothH265PackagingType GetH265PackagingType() const
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetH265PackagingType(MsSmoothH265PackagingType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue