AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TargetTrackingConfiguration.h
1
6#pragma once
7#include <aws/gamelift/GameLift_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 GameLift
20{
21namespace Model
22{
23
37 {
38 public:
39 AWS_GAMELIFT_API TargetTrackingConfiguration();
42 AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline double GetTargetValue() const{ return m_targetValue; }
51 inline bool TargetValueHasBeenSet() const { return m_targetValueHasBeenSet; }
52 inline void SetTargetValue(double value) { m_targetValueHasBeenSet = true; m_targetValue = value; }
53 inline TargetTrackingConfiguration& WithTargetValue(double value) { SetTargetValue(value); return *this;}
55 private:
56
57 double m_targetValue;
58 bool m_targetValueHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace GameLift
63} // namespace Aws
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
TargetTrackingConfiguration & WithTargetValue(double value)
AWS_GAMELIFT_API TargetTrackingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API TargetTrackingConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue