AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
38 AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const KxNAS1Type& GetType() const{ return m_type; }
46 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
47 inline void SetType(const KxNAS1Type& value) { m_typeHasBeenSet = true; m_type = value; }
48 inline void SetType(KxNAS1Type&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
49 inline KxNAS1Configuration& WithType(const KxNAS1Type& value) { SetType(value); return *this;}
50 inline KxNAS1Configuration& WithType(KxNAS1Type&& value) { SetType(std::move(value)); return *this;}
52
54
60 inline int GetSize() const{ return m_size; }
61 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
62 inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; }
63 inline KxNAS1Configuration& WithSize(int value) { SetSize(value); return *this;}
65 private:
66
67 KxNAS1Type m_type;
68 bool m_typeHasBeenSet = false;
69
70 int m_size;
71 bool m_sizeHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace finspace
76} // 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)
KxNAS1Configuration & WithType(const KxNAS1Type &value)
AWS_FINSPACE_API KxNAS1Configuration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue