AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-medialive
include
aws
medialive
model
AudioPidSelection.h
1
6
#pragma once
7
#include <aws/medialive/MediaLive_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
MediaLive
20
{
21
namespace
Model
22
{
23
29
class
AudioPidSelection
30
{
31
public
:
32
AWS_MEDIALIVE_API
AudioPidSelection
();
33
AWS_MEDIALIVE_API
AudioPidSelection
(
Aws::Utils::Json::JsonView
jsonValue);
34
AWS_MEDIALIVE_API
AudioPidSelection
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
35
AWS_MEDIALIVE_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
36
37
39
42
inline
int
GetPid
()
const
{
return
m_pid; }
43
inline
bool
PidHasBeenSet
()
const
{
return
m_pidHasBeenSet; }
44
inline
void
SetPid
(
int
value) { m_pidHasBeenSet =
true
; m_pid = value; }
45
inline
AudioPidSelection
&
WithPid
(
int
value) {
SetPid
(value);
return
*
this
;}
47
private
:
48
49
int
m_pid;
50
bool
m_pidHasBeenSet =
false
;
51
};
52
53
}
// namespace Model
54
}
// namespace MediaLive
55
}
// namespace Aws
Aws::MediaLive::Model::AudioPidSelection
Definition
AudioPidSelection.h:30
Aws::MediaLive::Model::AudioPidSelection::SetPid
void SetPid(int value)
Definition
AudioPidSelection.h:44
Aws::MediaLive::Model::AudioPidSelection::PidHasBeenSet
bool PidHasBeenSet() const
Definition
AudioPidSelection.h:43
Aws::MediaLive::Model::AudioPidSelection::operator=
AWS_MEDIALIVE_API AudioPidSelection & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::AudioPidSelection::AudioPidSelection
AWS_MEDIALIVE_API AudioPidSelection(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::AudioPidSelection::Jsonize
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaLive::Model::AudioPidSelection::AudioPidSelection
AWS_MEDIALIVE_API AudioPidSelection()
Aws::MediaLive::Model::AudioPidSelection::WithPid
AudioPidSelection & WithPid(int value)
Definition
AudioPidSelection.h:45
Aws::MediaLive::Model::AudioPidSelection::GetPid
int GetPid() const
Definition
AudioPidSelection.h:42
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