AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
MsSmoothOutputSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/MsSmoothH265PackagingType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace MediaLive {
21namespace Model {
22
29 public:
30 AWS_MEDIALIVE_API MsSmoothOutputSettings() = default;
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline MsSmoothH265PackagingType GetH265PackagingType() const { return m_h265PackagingType; }
42 inline bool H265PackagingTypeHasBeenSet() const { return m_h265PackagingTypeHasBeenSet; }
44 m_h265PackagingTypeHasBeenSet = true;
45 m_h265PackagingType = value;
46 }
49 return *this;
50 }
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) {
62 m_nameModifierHasBeenSet = true;
63 m_nameModifier = std::forward<NameModifierT>(value);
64 }
65 template <typename NameModifierT = Aws::String>
66 MsSmoothOutputSettings& WithNameModifier(NameModifierT&& value) {
67 SetNameModifier(std::forward<NameModifierT>(value));
68 return *this;
69 }
71 private:
73
74 Aws::String m_nameModifier;
75 bool m_h265PackagingTypeHasBeenSet = false;
76 bool m_nameModifierHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace MediaLive
81} // 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