AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
MultiplexProgramChannelDestinationSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
29 public:
30 AWS_MEDIALIVE_API MultiplexProgramChannelDestinationSettings() = default;
33 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline const Aws::String& GetMultiplexId() const { return m_multiplexId; }
44 inline bool MultiplexIdHasBeenSet() const { return m_multiplexIdHasBeenSet; }
45 template <typename MultiplexIdT = Aws::String>
46 void SetMultiplexId(MultiplexIdT&& value) {
47 m_multiplexIdHasBeenSet = true;
48 m_multiplexId = std::forward<MultiplexIdT>(value);
49 }
50 template <typename MultiplexIdT = Aws::String>
52 SetMultiplexId(std::forward<MultiplexIdT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetProgramName() const { return m_programName; }
63 inline bool ProgramNameHasBeenSet() const { return m_programNameHasBeenSet; }
64 template <typename ProgramNameT = Aws::String>
65 void SetProgramName(ProgramNameT&& value) {
66 m_programNameHasBeenSet = true;
67 m_programName = std::forward<ProgramNameT>(value);
68 }
69 template <typename ProgramNameT = Aws::String>
71 SetProgramName(std::forward<ProgramNameT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_multiplexId;
77
78 Aws::String m_programName;
79 bool m_multiplexIdHasBeenSet = false;
80 bool m_programNameHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace MediaLive
85} // namespace Aws
AWS_MEDIALIVE_API MultiplexProgramChannelDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MultiplexProgramChannelDestinationSettings & WithProgramName(ProgramNameT &&value)
MultiplexProgramChannelDestinationSettings & WithMultiplexId(MultiplexIdT &&value)
AWS_MEDIALIVE_API MultiplexProgramChannelDestinationSettings(Aws::Utils::Json::JsonView jsonValue)
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