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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnClassifier.XMLClassifierProperty
CfnClassifier.XMLClassifierProperty.Builder, CfnClassifier.XMLClassifierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClassifier.XMLClassifierProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAn identifier of the data format that the classifier matches.final StringgetName()The name of the classifier.final StringThe XML tag designating the element that contains each record in an XML document being parsed.final inthashCode()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.XMLClassifierPropertyAn identifier of the data format that the classifier matches.- Specified by:
getClassificationin interfaceCfnClassifier.XMLClassifierProperty
-
getRowTag
Description copied from interface:CfnClassifier.XMLClassifierPropertyThe 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:
getRowTagin interfaceCfnClassifier.XMLClassifierProperty
-
getName
Description copied from interface:CfnClassifier.XMLClassifierPropertyThe name of the classifier.- Specified by:
getNamein interfaceCfnClassifier.XMLClassifierProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-