AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateXMLClassifierRequest.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 Glue
22{
23namespace Model
24{
25
32 {
33 public:
38
39
41
44 inline const Aws::String& GetName() const{ return m_name; }
45 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
46 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
47 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
48 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
49 inline UpdateXMLClassifierRequest& WithName(const Aws::String& value) { SetName(value); return *this;}
50 inline UpdateXMLClassifierRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
51 inline UpdateXMLClassifierRequest& WithName(const char* value) { SetName(value); return *this;}
53
55
58 inline const Aws::String& GetClassification() const{ return m_classification; }
59 inline bool ClassificationHasBeenSet() const { return m_classificationHasBeenSet; }
60 inline void SetClassification(const Aws::String& value) { m_classificationHasBeenSet = true; m_classification = value; }
61 inline void SetClassification(Aws::String&& value) { m_classificationHasBeenSet = true; m_classification = std::move(value); }
62 inline void SetClassification(const char* value) { m_classificationHasBeenSet = true; m_classification.assign(value); }
63 inline UpdateXMLClassifierRequest& WithClassification(const Aws::String& value) { SetClassification(value); return *this;}
64 inline UpdateXMLClassifierRequest& WithClassification(Aws::String&& value) { SetClassification(std::move(value)); return *this;}
65 inline UpdateXMLClassifierRequest& WithClassification(const char* value) { SetClassification(value); return *this;}
67
69
77 inline const Aws::String& GetRowTag() const{ return m_rowTag; }
78 inline bool RowTagHasBeenSet() const { return m_rowTagHasBeenSet; }
79 inline void SetRowTag(const Aws::String& value) { m_rowTagHasBeenSet = true; m_rowTag = value; }
80 inline void SetRowTag(Aws::String&& value) { m_rowTagHasBeenSet = true; m_rowTag = std::move(value); }
81 inline void SetRowTag(const char* value) { m_rowTagHasBeenSet = true; m_rowTag.assign(value); }
82 inline UpdateXMLClassifierRequest& WithRowTag(const Aws::String& value) { SetRowTag(value); return *this;}
83 inline UpdateXMLClassifierRequest& WithRowTag(Aws::String&& value) { SetRowTag(std::move(value)); return *this;}
84 inline UpdateXMLClassifierRequest& WithRowTag(const char* value) { SetRowTag(value); return *this;}
86 private:
87
88 Aws::String m_name;
89 bool m_nameHasBeenSet = false;
90
91 Aws::String m_classification;
92 bool m_classificationHasBeenSet = false;
93
94 Aws::String m_rowTag;
95 bool m_rowTagHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace Glue
100} // namespace Aws
UpdateXMLClassifierRequest & WithName(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API UpdateXMLClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
UpdateXMLClassifierRequest & WithName(const char *value)
UpdateXMLClassifierRequest & WithClassification(const char *value)
UpdateXMLClassifierRequest & WithRowTag(const char *value)
UpdateXMLClassifierRequest & WithClassification(const Aws::String &value)
UpdateXMLClassifierRequest & WithName(Aws::String &&value)
AWS_GLUE_API UpdateXMLClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateXMLClassifierRequest & WithRowTag(const Aws::String &value)
UpdateXMLClassifierRequest & WithClassification(Aws::String &&value)
UpdateXMLClassifierRequest & WithRowTag(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue