7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClassificationT = Aws::String>
48 void SetClassification(ClassificationT&& value) { m_classificationHasBeenSet =
true; m_classification = std::forward<ClassificationT>(value); }
49 template<
typename ClassificationT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
76 template<
typename RowTagT = Aws::String>
77 void SetRowTag(RowTagT&& value) { m_rowTagHasBeenSet =
true; m_rowTag = std::forward<RowTagT>(value); }
78 template<
typename RowTagT = Aws::String>
84 bool m_classificationHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_rowTagHasBeenSet =
false;
void SetClassification(ClassificationT &&value)
const Aws::String & GetName() const
CreateXMLClassifierRequest & WithName(NameT &&value)
CreateXMLClassifierRequest & WithRowTag(RowTagT &&value)
CreateXMLClassifierRequest & WithClassification(ClassificationT &&value)
bool ClassificationHasBeenSet() const
bool RowTagHasBeenSet() const
AWS_GLUE_API CreateXMLClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
void SetRowTag(RowTagT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CreateXMLClassifierRequest()=default
const Aws::String & GetClassification() const
bool NameHasBeenSet() const
const Aws::String & GetRowTag() const
void SetName(NameT &&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