AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetMultiplexId(const Aws::String& value) { m_multiplexIdHasBeenSet = true; m_multiplexId = value; }
52 inline void SetMultiplexId(Aws::String&& value) { m_multiplexIdHasBeenSet = true; m_multiplexId = std::move(value); }
53 inline void SetMultiplexId(const char* value) { m_multiplexIdHasBeenSet = true; m_multiplexId.assign(value); }
55 inline MultiplexProgramChannelDestinationSettings& WithMultiplexId(Aws::String&& value) { SetMultiplexId(std::move(value)); return *this;}
56 inline MultiplexProgramChannelDestinationSettings& WithMultiplexId(const char* value) { SetMultiplexId(value); return *this;}
58
60
64 inline const Aws::String& GetProgramName() const{ return m_programName; }
65 inline bool ProgramNameHasBeenSet() const { return m_programNameHasBeenSet; }
66 inline void SetProgramName(const Aws::String& value) { m_programNameHasBeenSet = true; m_programName = value; }
67 inline void SetProgramName(Aws::String&& value) { m_programNameHasBeenSet = true; m_programName = std::move(value); }
68 inline void SetProgramName(const char* value) { m_programNameHasBeenSet = true; m_programName.assign(value); }
70 inline MultiplexProgramChannelDestinationSettings& WithProgramName(Aws::String&& value) { SetProgramName(std::move(value)); return *this;}
71 inline MultiplexProgramChannelDestinationSettings& WithProgramName(const char* value) { SetProgramName(value); return *this;}
73 private:
74
75 Aws::String m_multiplexId;
76 bool m_multiplexIdHasBeenSet = false;
77
78 Aws::String m_programName;
79 bool m_programNameHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace MediaLive
84} // namespace Aws
AWS_MEDIALIVE_API MultiplexProgramChannelDestinationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MultiplexProgramChannelDestinationSettings & WithProgramName(const Aws::String &value)
MultiplexProgramChannelDestinationSettings & WithMultiplexId(Aws::String &&value)
MultiplexProgramChannelDestinationSettings & WithProgramName(Aws::String &&value)
MultiplexProgramChannelDestinationSettings & WithMultiplexId(const Aws::String &value)
MultiplexProgramChannelDestinationSettings & WithMultiplexId(const char *value)
MultiplexProgramChannelDestinationSettings & WithProgramName(const char *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