AWS SDK for C++

AWS SDK for C++ Version 1.11.687

Loading...
Searching...
No Matches
BilledJobResourceUtilization.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CleanRooms {
17namespace Model {
18
27 public:
28 AWS_CLEANROOMS_API BilledJobResourceUtilization() = default;
31 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline double GetUnits() const { return m_units; }
39 inline bool UnitsHasBeenSet() const { return m_unitsHasBeenSet; }
40 inline void SetUnits(double value) {
41 m_unitsHasBeenSet = true;
42 m_units = value;
43 }
45 SetUnits(value);
46 return *this;
47 }
49 private:
50 double m_units{0.0};
51 bool m_unitsHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace CleanRooms
56} // namespace Aws
AWS_CLEANROOMS_API BilledJobResourceUtilization(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API BilledJobResourceUtilization()=default
BilledJobResourceUtilization & WithUnits(double value)
AWS_CLEANROOMS_API BilledJobResourceUtilization & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue