Class CfnClassifier.XMLClassifierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnClassifier.XMLClassifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClassifier.XMLClassifierProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClassifier.XMLClassifierProperty
@Stability(Stable)
@Internal
public static final class CfnClassifier.XMLClassifierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClassifier.XMLClassifierProperty
An implementation for
CfnClassifier.XMLClassifierProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnClassifier.XMLClassifierProperty
CfnClassifier.XMLClassifierProperty.Builder, CfnClassifier.XMLClassifierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClassifier.XMLClassifierProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
An identifier of the data format that the classifier matches.final String
getName()
The name of the classifier.final String
The XML tag designating the element that contains each record in an XML document being parsed.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClassifier.XMLClassifierProperty.Builder
.
-
-
Method Details
-
getClassification
Description copied from interface:CfnClassifier.XMLClassifierProperty
An identifier of the data format that the classifier matches.- Specified by:
getClassification
in interfaceCfnClassifier.XMLClassifierProperty
- See Also:
-
getRowTag
Description copied from interface:CfnClassifier.XMLClassifierProperty
The XML tag designating the element that contains each record in an XML document being parsed.This can't identify a self-closing element (closed by
/>
). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example,<row item_a="A" item_b="B"></row>
is okay, but<row item_a="A" item_b="B" />
is not).- Specified by:
getRowTag
in interfaceCfnClassifier.XMLClassifierProperty
- See Also:
-
getName
Description copied from interface:CfnClassifier.XMLClassifierProperty
The name of the classifier.- Specified by:
getName
in interfaceCfnClassifier.XMLClassifierProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-