AWS SDK for C++
AWS SDK for C++ Version 1.11.743
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-medialive
include
aws
medialive
model
VideoSelectorPid.h
1
6
#pragma once
7
#include <aws/medialive/MediaLive_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
MediaLive {
17
namespace
Model {
18
24
class
VideoSelectorPid
{
25
public
:
26
AWS_MEDIALIVE_API
VideoSelectorPid
() =
default
;
27
AWS_MEDIALIVE_API
VideoSelectorPid
(
Aws::Utils::Json::JsonView
jsonValue);
28
AWS_MEDIALIVE_API
VideoSelectorPid
&
operator=
(
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::Model::VideoSelectorPid
Definition
VideoSelectorPid.h:24
Aws::MediaLive::Model::VideoSelectorPid::operator=
AWS_MEDIALIVE_API VideoSelectorPid & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::VideoSelectorPid::Jsonize
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaLive::Model::VideoSelectorPid::PidHasBeenSet
bool PidHasBeenSet() const
Definition
VideoSelectorPid.h:36
Aws::MediaLive::Model::VideoSelectorPid::VideoSelectorPid
AWS_MEDIALIVE_API VideoSelectorPid(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::VideoSelectorPid::VideoSelectorPid
AWS_MEDIALIVE_API VideoSelectorPid()=default
Aws::MediaLive::Model::VideoSelectorPid::WithPid
VideoSelectorPid & WithPid(int value)
Definition
VideoSelectorPid.h:41
Aws::MediaLive::Model::VideoSelectorPid::GetPid
int GetPid() const
Definition
VideoSelectorPid.h:35
Aws::MediaLive::Model::VideoSelectorPid::SetPid
void SetPid(int value)
Definition
VideoSelectorPid.h:37
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences