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
MediaPackageGroupSettings.h
1
6
#pragma once
7
#include <aws/medialive/MediaLive_EXPORTS.h>
8
#include <aws/medialive/model/OutputLocationRef.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
MediaLive
22
{
23
namespace
Model
24
{
25
31
class
MediaPackageGroupSettings
32
{
33
public
:
34
AWS_MEDIALIVE_API
MediaPackageGroupSettings
();
35
AWS_MEDIALIVE_API
MediaPackageGroupSettings
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_MEDIALIVE_API
MediaPackageGroupSettings
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_MEDIALIVE_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
38
39
41
44
inline
const
OutputLocationRef
&
GetDestination
()
const
{
return
m_destination; }
45
inline
bool
DestinationHasBeenSet
()
const
{
return
m_destinationHasBeenSet; }
46
inline
void
SetDestination
(
const
OutputLocationRef
& value) { m_destinationHasBeenSet =
true
; m_destination = value; }
47
inline
void
SetDestination
(
OutputLocationRef
&& value) { m_destinationHasBeenSet =
true
; m_destination = std::move(value); }
48
inline
MediaPackageGroupSettings
&
WithDestination
(
const
OutputLocationRef
& value) {
SetDestination
(value);
return
*
this
;}
49
inline
MediaPackageGroupSettings
&
WithDestination
(
OutputLocationRef
&& value) {
SetDestination
(std::move(value));
return
*
this
;}
51
private
:
52
53
OutputLocationRef
m_destination;
54
bool
m_destinationHasBeenSet =
false
;
55
};
56
57
}
// namespace Model
58
}
// namespace MediaLive
59
}
// namespace Aws
Aws::MediaLive::Model::MediaPackageGroupSettings
Definition
MediaPackageGroupSettings.h:32
Aws::MediaLive::Model::MediaPackageGroupSettings::DestinationHasBeenSet
bool DestinationHasBeenSet() const
Definition
MediaPackageGroupSettings.h:45
Aws::MediaLive::Model::MediaPackageGroupSettings::GetDestination
const OutputLocationRef & GetDestination() const
Definition
MediaPackageGroupSettings.h:44
Aws::MediaLive::Model::MediaPackageGroupSettings::WithDestination
MediaPackageGroupSettings & WithDestination(const OutputLocationRef &value)
Definition
MediaPackageGroupSettings.h:48
Aws::MediaLive::Model::MediaPackageGroupSettings::MediaPackageGroupSettings
AWS_MEDIALIVE_API MediaPackageGroupSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::MediaPackageGroupSettings::Jsonize
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaLive::Model::MediaPackageGroupSettings::operator=
AWS_MEDIALIVE_API MediaPackageGroupSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaLive::Model::MediaPackageGroupSettings::WithDestination
MediaPackageGroupSettings & WithDestination(OutputLocationRef &&value)
Definition
MediaPackageGroupSettings.h:49
Aws::MediaLive::Model::MediaPackageGroupSettings::MediaPackageGroupSettings
AWS_MEDIALIVE_API MediaPackageGroupSettings()
Aws::MediaLive::Model::MediaPackageGroupSettings::SetDestination
void SetDestination(OutputLocationRef &&value)
Definition
MediaPackageGroupSettings.h:47
Aws::MediaLive::Model::MediaPackageGroupSettings::SetDestination
void SetDestination(const OutputLocationRef &value)
Definition
MediaPackageGroupSettings.h:46
Aws::MediaLive::Model::OutputLocationRef
Definition
OutputLocationRef.h:33
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