AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LogConfiguration.h
1
6#pragma once
7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaTailor
20{
21namespace Model
22{
23
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_API LogConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIATAILOR_API LogConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIATAILOR_API Aws::Utils::Json::JsonValue Jsonize() const
LogConfiguration & WithPercentEnabled(int value)
Aws::Utils::Json::JsonValue JsonValue