AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
VideoSelectorProgramId.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaLive {
17namespace Model {
18
25 public:
26 AWS_MEDIALIVE_API VideoSelectorProgramId() = default;
29 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
37 inline int GetProgramId() const { return m_programId; }
38 inline bool ProgramIdHasBeenSet() const { return m_programIdHasBeenSet; }
39 inline void SetProgramId(int value) {
40 m_programIdHasBeenSet = true;
41 m_programId = value;
42 }
44 SetProgramId(value);
45 return *this;
46 }
48 private:
49 int m_programId{0};
50 bool m_programIdHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace MediaLive
55} // namespace Aws
VideoSelectorProgramId & WithProgramId(int value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API VideoSelectorProgramId()=default
AWS_MEDIALIVE_API VideoSelectorProgramId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API VideoSelectorProgramId(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue