AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MultiplexProgramSummary.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
32 {
33 public:
34 AWS_MEDIALIVE_API MultiplexProgramSummary();
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetChannelId() const{ return m_channelId; }
45 inline bool ChannelIdHasBeenSet() const { return m_channelIdHasBeenSet; }
46 inline void SetChannelId(const Aws::String& value) { m_channelIdHasBeenSet = true; m_channelId = value; }
47 inline void SetChannelId(Aws::String&& value) { m_channelIdHasBeenSet = true; m_channelId = std::move(value); }
48 inline void SetChannelId(const char* value) { m_channelIdHasBeenSet = true; m_channelId.assign(value); }
49 inline MultiplexProgramSummary& WithChannelId(const Aws::String& value) { SetChannelId(value); return *this;}
50 inline MultiplexProgramSummary& WithChannelId(Aws::String&& value) { SetChannelId(std::move(value)); return *this;}
51 inline MultiplexProgramSummary& WithChannelId(const char* value) { SetChannelId(value); return *this;}
53
55
58 inline const Aws::String& GetProgramName() const{ return m_programName; }
59 inline bool ProgramNameHasBeenSet() const { return m_programNameHasBeenSet; }
60 inline void SetProgramName(const Aws::String& value) { m_programNameHasBeenSet = true; m_programName = value; }
61 inline void SetProgramName(Aws::String&& value) { m_programNameHasBeenSet = true; m_programName = std::move(value); }
62 inline void SetProgramName(const char* value) { m_programNameHasBeenSet = true; m_programName.assign(value); }
63 inline MultiplexProgramSummary& WithProgramName(const Aws::String& value) { SetProgramName(value); return *this;}
64 inline MultiplexProgramSummary& WithProgramName(Aws::String&& value) { SetProgramName(std::move(value)); return *this;}
65 inline MultiplexProgramSummary& WithProgramName(const char* value) { SetProgramName(value); return *this;}
67 private:
68
69 Aws::String m_channelId;
70 bool m_channelIdHasBeenSet = false;
71
72 Aws::String m_programName;
73 bool m_programNameHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MediaLive
78} // namespace Aws
MultiplexProgramSummary & WithChannelId(Aws::String &&value)
AWS_MEDIALIVE_API MultiplexProgramSummary(Aws::Utils::Json::JsonView jsonValue)
MultiplexProgramSummary & WithProgramName(const char *value)
MultiplexProgramSummary & WithProgramName(Aws::String &&value)
MultiplexProgramSummary & WithChannelId(const char *value)
MultiplexProgramSummary & WithChannelId(const Aws::String &value)
AWS_MEDIALIVE_API MultiplexProgramSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
MultiplexProgramSummary & WithProgramName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue