AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TargetConfiguration.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
35 {
36 public:
37 AWS_GAMELIFT_API TargetConfiguration();
40 AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
51 inline double GetTargetValue() const{ return m_targetValue; }
52 inline bool TargetValueHasBeenSet() const { return m_targetValueHasBeenSet; }
53 inline void SetTargetValue(double value) { m_targetValueHasBeenSet = true; m_targetValue = value; }
54 inline TargetConfiguration& WithTargetValue(double value) { SetTargetValue(value); return *this;}
56 private:
57
58 double m_targetValue;
59 bool m_targetValueHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace GameLift
64} // namespace Aws
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GAMELIFT_API TargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API TargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TargetConfiguration & WithTargetValue(double value)
Aws::Utils::Json::JsonValue JsonValue