AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
KxNAS1Configuration.h
1
6#pragma once
7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxNAS1Type.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace finspace
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_FINSPACE_API KxNAS1Configuration() = default;
38 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline KxNAS1Type GetType() const { return m_type; }
46 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
47 inline void SetType(KxNAS1Type value) { m_typeHasBeenSet = true; m_type = value; }
48 inline KxNAS1Configuration& WithType(KxNAS1Type value) { SetType(value); return *this;}
50
52
58 inline int GetSize() const { return m_size; }
59 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
60 inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; }
61 inline KxNAS1Configuration& WithSize(int value) { SetSize(value); return *this;}
63 private:
64
66 bool m_typeHasBeenSet = false;
67
68 int m_size{0};
69 bool m_sizeHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace finspace
74} // namespace Aws
KxNAS1Configuration & WithType(KxNAS1Type value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
KxNAS1Configuration & WithSize(int value)
AWS_FINSPACE_API KxNAS1Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API KxNAS1Configuration()=default
AWS_FINSPACE_API KxNAS1Configuration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue