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-mediatailor
include
aws
mediatailor
model
LogConfiguration.h
1
6
#pragma once
7
#include <aws/mediatailor/MediaTailor_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
MediaTailor
20
{
21
namespace
Model
22
{
23
30
class
LogConfiguration
31
{
32
public
:
33
AWS_MEDIATAILOR_API
LogConfiguration
();
34
AWS_MEDIATAILOR_API
LogConfiguration
(
Aws::Utils::Json::JsonView
jsonValue);
35
AWS_MEDIATAILOR_API
LogConfiguration
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_MEDIATAILOR_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
37
38
40
50
inline
int
GetPercentEnabled
()
const
{
return
m_percentEnabled; }
51
inline
bool
PercentEnabledHasBeenSet
()
const
{
return
m_percentEnabledHasBeenSet; }
52
inline
void
SetPercentEnabled
(
int
value) { m_percentEnabledHasBeenSet =
true
; m_percentEnabled = value; }
53
inline
LogConfiguration
&
WithPercentEnabled
(
int
value) {
SetPercentEnabled
(value);
return
*
this
;}
55
private
:
56
57
int
m_percentEnabled;
58
bool
m_percentEnabledHasBeenSet =
false
;
59
};
60
61
}
// namespace Model
62
}
// namespace MediaTailor
63
}
// namespace Aws
Aws::MediaTailor::Model::LogConfiguration
Definition
LogConfiguration.h:31
Aws::MediaTailor::Model::LogConfiguration::SetPercentEnabled
void SetPercentEnabled(int value)
Definition
LogConfiguration.h:52
Aws::MediaTailor::Model::LogConfiguration::operator=
AWS_MEDIATAILOR_API LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::LogConfiguration::LogConfiguration
AWS_MEDIATAILOR_API LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::MediaTailor::Model::LogConfiguration::GetPercentEnabled
int GetPercentEnabled() const
Definition
LogConfiguration.h:50
Aws::MediaTailor::Model::LogConfiguration::Jsonize
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::MediaTailor::Model::LogConfiguration::LogConfiguration
AWS_MEDIATAILOR_API LogConfiguration()
Aws::MediaTailor::Model::LogConfiguration::WithPercentEnabled
LogConfiguration & WithPercentEnabled(int value)
Definition
LogConfiguration.h:53
Aws::MediaTailor::Model::LogConfiguration::PercentEnabledHasBeenSet
bool PercentEnabledHasBeenSet() const
Definition
LogConfiguration.h:51
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