AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
MultiplexProgramChannelDestinationSettings.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
33 {
34 public:
35 AWS_MEDIALIVE_API MultiplexProgramChannelDestinationSettings() = default;
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
49 inline const Aws::String& GetMultiplexId() const { return m_multiplexId; }
50 inline bool MultiplexIdHasBeenSet() const { return m_multiplexIdHasBeenSet; }
51 template<typename MultiplexIdT = Aws::String>
52 void SetMultiplexId(MultiplexIdT&& value) { m_multiplexIdHasBeenSet = true; m_multiplexId = std::forward<MultiplexIdT>(value); }
53 template<typename MultiplexIdT = Aws::String>
54 MultiplexProgramChannelDestinationSettings& WithMultiplexId(MultiplexIdT&& value) { SetMultiplexId(std::forward<MultiplexIdT>(value)); return *this;}
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) { m_programNameHasBeenSet = true; m_programName = std::forward<ProgramNameT>(value); }
66 template<typename ProgramNameT = Aws::String>
67 MultiplexProgramChannelDestinationSettings& WithProgramName(ProgramNameT&& value) { SetProgramName(std::forward<ProgramNameT>(value)); return *this;}
69 private:
70
71 Aws::String m_multiplexId;
72 bool m_multiplexIdHasBeenSet = false;
73
74 Aws::String m_programName;
75 bool m_programNameHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace MediaLive
80} // 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