AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateXMLClassifierRequest.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
33 {
34 public:
39
40
42
45 inline const Aws::String& GetClassification() const{ return m_classification; }
46 inline bool ClassificationHasBeenSet() const { return m_classificationHasBeenSet; }
47 inline void SetClassification(const Aws::String& value) { m_classificationHasBeenSet = true; m_classification = value; }
48 inline void SetClassification(Aws::String&& value) { m_classificationHasBeenSet = true; m_classification = std::move(value); }
49 inline void SetClassification(const char* value) { m_classificationHasBeenSet = true; m_classification.assign(value); }
50 inline CreateXMLClassifierRequest& WithClassification(const Aws::String& value) { SetClassification(value); return *this;}
51 inline CreateXMLClassifierRequest& WithClassification(Aws::String&& value) { SetClassification(std::move(value)); return *this;}
52 inline CreateXMLClassifierRequest& WithClassification(const char* value) { SetClassification(value); return *this;}
54
56
59 inline const Aws::String& GetName() const{ return m_name; }
60 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
61 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
62 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
63 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
64 inline CreateXMLClassifierRequest& WithName(const Aws::String& value) { SetName(value); return *this;}
65 inline CreateXMLClassifierRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
66 inline CreateXMLClassifierRequest& WithName(const char* value) { SetName(value); return *this;}
68
70
78 inline const Aws::String& GetRowTag() const{ return m_rowTag; }
79 inline bool RowTagHasBeenSet() const { return m_rowTagHasBeenSet; }
80 inline void SetRowTag(const Aws::String& value) { m_rowTagHasBeenSet = true; m_rowTag = value; }
81 inline void SetRowTag(Aws::String&& value) { m_rowTagHasBeenSet = true; m_rowTag = std::move(value); }
82 inline void SetRowTag(const char* value) { m_rowTagHasBeenSet = true; m_rowTag.assign(value); }
83 inline CreateXMLClassifierRequest& WithRowTag(const Aws::String& value) { SetRowTag(value); return *this;}
84 inline CreateXMLClassifierRequest& WithRowTag(Aws::String&& value) { SetRowTag(std::move(value)); return *this;}
85 inline CreateXMLClassifierRequest& WithRowTag(const char* value) { SetRowTag(value); return *this;}
87 private:
88
89 Aws::String m_classification;
90 bool m_classificationHasBeenSet = false;
91
92 Aws::String m_name;
93 bool m_nameHasBeenSet = false;
94
95 Aws::String m_rowTag;
96 bool m_rowTagHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace Glue
101} // namespace Aws
CreateXMLClassifierRequest & WithRowTag(const char *value)
CreateXMLClassifierRequest & WithName(Aws::String &&value)
CreateXMLClassifierRequest & WithClassification(const char *value)
CreateXMLClassifierRequest & WithRowTag(const Aws::String &value)
CreateXMLClassifierRequest & WithName(const Aws::String &value)
CreateXMLClassifierRequest & WithClassification(Aws::String &&value)
AWS_GLUE_API CreateXMLClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CreateXMLClassifierRequest & WithName(const char *value)
CreateXMLClassifierRequest & WithClassification(const Aws::String &value)
CreateXMLClassifierRequest & WithRowTag(Aws::String &&value)
AWS_GLUE_API CreateXMLClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue