AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BilledResourceUtilization.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_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 CleanRooms
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_CLEANROOMS_API BilledResourceUtilization();
37 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline double GetUnits() const{ return m_units; }
46 inline bool UnitsHasBeenSet() const { return m_unitsHasBeenSet; }
47 inline void SetUnits(double value) { m_unitsHasBeenSet = true; m_units = value; }
48 inline BilledResourceUtilization& WithUnits(double value) { SetUnits(value); return *this;}
50 private:
51
52 double m_units;
53 bool m_unitsHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace CleanRooms
58} // namespace Aws
BilledResourceUtilization & WithUnits(double value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API BilledResourceUtilization(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API BilledResourceUtilization & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue