AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
MultiplexProgramSummary.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
28 public:
29 AWS_MEDIALIVE_API MultiplexProgramSummary() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetChannelId() const { return m_channelId; }
39 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
40 template <typename ChannelIdT = Aws::String>
41 void SetChannelId(ChannelIdT&& value) {
42 m_channelIdHasBeenSet = true;
43 m_channelId = std::forward<ChannelIdT>(value);
44 }
45 template <typename ChannelIdT = Aws::String>
47 SetChannelId(std::forward<ChannelIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetProgramName() const { return m_programName; }
57 inline bool ProgramNameHasBeenSet() const { return m_programNameHasBeenSet; }
58 template <typename ProgramNameT = Aws::String>
59 void SetProgramName(ProgramNameT&& value) {
60 m_programNameHasBeenSet = true;
61 m_programName = std::forward<ProgramNameT>(value);
62 }
63 template <typename ProgramNameT = Aws::String>
65 SetProgramName(std::forward<ProgramNameT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_channelId;
71
72 Aws::String m_programName;
73 bool m_channelIdHasBeenSet = false;
74 bool m_programNameHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace MediaLive
79} // namespace Aws
AWS_MEDIALIVE_API MultiplexProgramSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API MultiplexProgramSummary()=default
MultiplexProgramSummary & WithProgramName(ProgramNameT &&value)
MultiplexProgramSummary & WithChannelId(ChannelIdT &&value)
AWS_MEDIALIVE_API MultiplexProgramSummary & operator=(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