AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
NullCheckBoxList.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_GLUE_API NullCheckBoxList() = default;
37
38
40
43 inline bool GetIsEmpty() const { return m_isEmpty; }
44 inline bool IsEmptyHasBeenSet() const { return m_isEmptyHasBeenSet; }
45 inline void SetIsEmpty(bool value) { m_isEmptyHasBeenSet = true; m_isEmpty = value; }
46 inline NullCheckBoxList& WithIsEmpty(bool value) { SetIsEmpty(value); return *this;}
48
50
54 inline bool GetIsNullString() const { return m_isNullString; }
55 inline bool IsNullStringHasBeenSet() const { return m_isNullStringHasBeenSet; }
56 inline void SetIsNullString(bool value) { m_isNullStringHasBeenSet = true; m_isNullString = value; }
57 inline NullCheckBoxList& WithIsNullString(bool value) { SetIsNullString(value); return *this;}
59
61
64 inline bool GetIsNegOne() const { return m_isNegOne; }
65 inline bool IsNegOneHasBeenSet() const { return m_isNegOneHasBeenSet; }
66 inline void SetIsNegOne(bool value) { m_isNegOneHasBeenSet = true; m_isNegOne = value; }
67 inline NullCheckBoxList& WithIsNegOne(bool value) { SetIsNegOne(value); return *this;}
69 private:
70
71 bool m_isEmpty{false};
72 bool m_isEmptyHasBeenSet = false;
73
74 bool m_isNullString{false};
75 bool m_isNullStringHasBeenSet = false;
76
77 bool m_isNegOne{false};
78 bool m_isNegOneHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace Glue
83} // namespace Aws
AWS_GLUE_API NullCheckBoxList(Aws::Utils::Json::JsonView jsonValue)
NullCheckBoxList & WithIsEmpty(bool value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
NullCheckBoxList & WithIsNullString(bool value)
AWS_GLUE_API NullCheckBoxList & operator=(Aws::Utils::Json::JsonView jsonValue)
NullCheckBoxList & WithIsNegOne(bool value)
AWS_GLUE_API NullCheckBoxList()=default
Aws::Utils::Json::JsonValue JsonValue