AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline const MsSmoothH265PackagingType& GetH265PackagingType() const{ return m_h265PackagingType; }
48 inline bool H265PackagingTypeHasBeenSet() const { return m_h265PackagingTypeHasBeenSet; }
49 inline void SetH265PackagingType(const MsSmoothH265PackagingType& value) { m_h265PackagingTypeHasBeenSet = true; m_h265PackagingType = value; }
50 inline void SetH265PackagingType(MsSmoothH265PackagingType&& value) { m_h265PackagingTypeHasBeenSet = true; m_h265PackagingType = std::move(value); }
54
56
60 inline const Aws::String& GetNameModifier() const{ return m_nameModifier; }
61 inline bool NameModifierHasBeenSet() const { return m_nameModifierHasBeenSet; }
62 inline void SetNameModifier(const Aws::String& value) { m_nameModifierHasBeenSet = true; m_nameModifier = value; }
63 inline void SetNameModifier(Aws::String&& value) { m_nameModifierHasBeenSet = true; m_nameModifier = std::move(value); }
64 inline void SetNameModifier(const char* value) { m_nameModifierHasBeenSet = true; m_nameModifier.assign(value); }
65 inline MsSmoothOutputSettings& WithNameModifier(const Aws::String& value) { SetNameModifier(value); return *this;}
66 inline MsSmoothOutputSettings& WithNameModifier(Aws::String&& value) { SetNameModifier(std::move(value)); return *this;}
67 inline MsSmoothOutputSettings& WithNameModifier(const char* value) { SetNameModifier(value); return *this;}
69 private:
70
71 MsSmoothH265PackagingType m_h265PackagingType;
72 bool m_h265PackagingTypeHasBeenSet = false;
73
74 Aws::String m_nameModifier;
75 bool m_nameModifierHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace MediaLive
80} // namespace Aws
MsSmoothOutputSettings & WithNameModifier(Aws::String &&value)
MsSmoothOutputSettings & WithH265PackagingType(MsSmoothH265PackagingType &&value)
MsSmoothOutputSettings & WithH265PackagingType(const MsSmoothH265PackagingType &value)
AWS_MEDIALIVE_API MsSmoothOutputSettings(Aws::Utils::Json::JsonView jsonValue)
const MsSmoothH265PackagingType & GetH265PackagingType() const
MsSmoothOutputSettings & WithNameModifier(const Aws::String &value)
void SetH265PackagingType(const MsSmoothH265PackagingType &value)
MsSmoothOutputSettings & WithNameModifier(const char *value)
AWS_MEDIALIVE_API MsSmoothOutputSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetH265PackagingType(MsSmoothH265PackagingType &&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