7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename ClassificationT = Aws::String>
59 void SetClassification(ClassificationT&& value) { m_classificationHasBeenSet =
true; m_classification = std::forward<ClassificationT>(value); }
60 template<
typename ClassificationT = Aws::String>
75 template<
typename RowTagT = Aws::String>
76 void SetRowTag(RowTagT&& value) { m_rowTagHasBeenSet =
true; m_rowTag = std::forward<RowTagT>(value); }
77 template<
typename RowTagT = Aws::String>
83 bool m_nameHasBeenSet =
false;
86 bool m_classificationHasBeenSet =
false;
89 bool m_rowTagHasBeenSet =
false;
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool RowTagHasBeenSet() const
UpdateXMLClassifierRequest & WithClassification(ClassificationT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API UpdateXMLClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetClassification() const
void SetClassification(ClassificationT &&value)
UpdateXMLClassifierRequest & WithName(NameT &&value)
bool ClassificationHasBeenSet() const
AWS_GLUE_API UpdateXMLClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API UpdateXMLClassifierRequest()=default
const Aws::String & GetRowTag() const
void SetRowTag(RowTagT &&value)
UpdateXMLClassifierRequest & WithRowTag(RowTagT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue