AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
VideoSelectorPid.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 VideoSelectorPid() = default;
27 AWS_MEDIALIVE_API VideoSelectorPid(Aws::Utils::Json::JsonView jsonValue);
29 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetPid() const { return m_pid; }
36 inline bool PidHasBeenSet() const { return m_pidHasBeenSet; }
37 inline void SetPid(int value) {
38 m_pidHasBeenSet = true;
39 m_pid = value;
40 }
41 inline VideoSelectorPid& WithPid(int value) {
42 SetPid(value);
43 return *this;
44 }
46 private:
47 int m_pid{0};
48 bool m_pidHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace MediaLive
53} // namespace Aws
AWS_MEDIALIVE_API VideoSelectorPid & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API VideoSelectorPid(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API VideoSelectorPid()=default
VideoSelectorPid & WithPid(int value)
Aws::Utils::Json::JsonValue JsonValue