AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
IndexCapacityConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QBusiness {
17namespace Model {
18
26 public:
27 AWS_QBUSINESS_API IndexCapacityConfiguration() = default;
30 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetUnits() const { return m_units; }
37 inline bool UnitsHasBeenSet() const { return m_unitsHasBeenSet; }
38 inline void SetUnits(int value) {
39 m_unitsHasBeenSet = true;
40 m_units = value;
41 }
43 SetUnits(value);
44 return *this;
45 }
47 private:
48 int m_units{0};
49 bool m_unitsHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace QBusiness
54} // namespace Aws
AWS_QBUSINESS_API IndexCapacityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API IndexCapacityConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API IndexCapacityConfiguration()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue