AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DropNullFields.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/NullCheckBoxList.h>
11#include <aws/glue/model/NullValueField.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
28
39 {
40 public:
41 AWS_GLUE_API DropNullFields();
45
46
48
51 inline const Aws::String& GetName() const{ return m_name; }
52 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
53 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
54 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
55 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
56 inline DropNullFields& WithName(const Aws::String& value) { SetName(value); return *this;}
57 inline DropNullFields& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
58 inline DropNullFields& WithName(const char* value) { SetName(value); return *this;}
60
62
65 inline const Aws::Vector<Aws::String>& GetInputs() const{ return m_inputs; }
66 inline bool InputsHasBeenSet() const { return m_inputsHasBeenSet; }
67 inline void SetInputs(const Aws::Vector<Aws::String>& value) { m_inputsHasBeenSet = true; m_inputs = value; }
68 inline void SetInputs(Aws::Vector<Aws::String>&& value) { m_inputsHasBeenSet = true; m_inputs = std::move(value); }
69 inline DropNullFields& WithInputs(const Aws::Vector<Aws::String>& value) { SetInputs(value); return *this;}
70 inline DropNullFields& WithInputs(Aws::Vector<Aws::String>&& value) { SetInputs(std::move(value)); return *this;}
71 inline DropNullFields& AddInputs(const Aws::String& value) { m_inputsHasBeenSet = true; m_inputs.push_back(value); return *this; }
72 inline DropNullFields& AddInputs(Aws::String&& value) { m_inputsHasBeenSet = true; m_inputs.push_back(std::move(value)); return *this; }
73 inline DropNullFields& AddInputs(const char* value) { m_inputsHasBeenSet = true; m_inputs.push_back(value); return *this; }
75
77
81 inline const NullCheckBoxList& GetNullCheckBoxList() const{ return m_nullCheckBoxList; }
82 inline bool NullCheckBoxListHasBeenSet() const { return m_nullCheckBoxListHasBeenSet; }
83 inline void SetNullCheckBoxList(const NullCheckBoxList& value) { m_nullCheckBoxListHasBeenSet = true; m_nullCheckBoxList = value; }
84 inline void SetNullCheckBoxList(NullCheckBoxList&& value) { m_nullCheckBoxListHasBeenSet = true; m_nullCheckBoxList = std::move(value); }
85 inline DropNullFields& WithNullCheckBoxList(const NullCheckBoxList& value) { SetNullCheckBoxList(value); return *this;}
86 inline DropNullFields& WithNullCheckBoxList(NullCheckBoxList&& value) { SetNullCheckBoxList(std::move(value)); return *this;}
88
90
97 inline const Aws::Vector<NullValueField>& GetNullTextList() const{ return m_nullTextList; }
98 inline bool NullTextListHasBeenSet() const { return m_nullTextListHasBeenSet; }
99 inline void SetNullTextList(const Aws::Vector<NullValueField>& value) { m_nullTextListHasBeenSet = true; m_nullTextList = value; }
100 inline void SetNullTextList(Aws::Vector<NullValueField>&& value) { m_nullTextListHasBeenSet = true; m_nullTextList = std::move(value); }
101 inline DropNullFields& WithNullTextList(const Aws::Vector<NullValueField>& value) { SetNullTextList(value); return *this;}
102 inline DropNullFields& WithNullTextList(Aws::Vector<NullValueField>&& value) { SetNullTextList(std::move(value)); return *this;}
103 inline DropNullFields& AddNullTextList(const NullValueField& value) { m_nullTextListHasBeenSet = true; m_nullTextList.push_back(value); return *this; }
104 inline DropNullFields& AddNullTextList(NullValueField&& value) { m_nullTextListHasBeenSet = true; m_nullTextList.push_back(std::move(value)); return *this; }
106 private:
107
108 Aws::String m_name;
109 bool m_nameHasBeenSet = false;
110
112 bool m_inputsHasBeenSet = false;
113
114 NullCheckBoxList m_nullCheckBoxList;
115 bool m_nullCheckBoxListHasBeenSet = false;
116
117 Aws::Vector<NullValueField> m_nullTextList;
118 bool m_nullTextListHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace Glue
123} // namespace Aws
const NullCheckBoxList & GetNullCheckBoxList() const
const Aws::Vector< Aws::String > & GetInputs() const
const Aws::String & GetName() const
DropNullFields & AddNullTextList(NullValueField &&value)
void SetName(Aws::String &&value)
void SetNullCheckBoxList(NullCheckBoxList &&value)
AWS_GLUE_API DropNullFields(Aws::Utils::Json::JsonView jsonValue)
DropNullFields & AddInputs(Aws::String &&value)
DropNullFields & WithName(Aws::String &&value)
const Aws::Vector< NullValueField > & GetNullTextList() const
DropNullFields & WithNullCheckBoxList(NullCheckBoxList &&value)
AWS_GLUE_API DropNullFields & operator=(Aws::Utils::Json::JsonView jsonValue)
DropNullFields & WithName(const Aws::String &value)
DropNullFields & WithNullTextList(Aws::Vector< NullValueField > &&value)
DropNullFields & WithInputs(const Aws::Vector< Aws::String > &value)
void SetNullTextList(const Aws::Vector< NullValueField > &value)
DropNullFields & WithInputs(Aws::Vector< Aws::String > &&value)
void SetInputs(Aws::Vector< Aws::String > &&value)
DropNullFields & AddNullTextList(const NullValueField &value)
void SetNullCheckBoxList(const NullCheckBoxList &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DropNullFields & WithName(const char *value)
void SetNullTextList(Aws::Vector< NullValueField > &&value)
DropNullFields & WithNullTextList(const Aws::Vector< NullValueField > &value)
void SetName(const char *value)
DropNullFields & WithNullCheckBoxList(const NullCheckBoxList &value)
void SetInputs(const Aws::Vector< Aws::String > &value)
void SetName(const Aws::String &value)
DropNullFields & AddInputs(const Aws::String &value)
DropNullFields & AddInputs(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue