public static final class CfnClassifier.XMLClassifierProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClassifier.XMLClassifierProperty
CfnClassifier.XMLClassifierProperty
CfnClassifier.XMLClassifierProperty.Builder, CfnClassifier.XMLClassifierProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassification()
An identifier of the data format that the classifier matches.
|
java.lang.String |
getName()
The name of the classifier.
|
java.lang.String |
getRowTag()
The XML tag designating the element that contains each record in an XML document being parsed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClassification()
CfnClassifier.XMLClassifierProperty
getClassification
in interface CfnClassifier.XMLClassifierProperty
public final java.lang.String getRowTag()
CfnClassifier.XMLClassifierProperty
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).
getRowTag
in interface CfnClassifier.XMLClassifierProperty
public final java.lang.String getName()
CfnClassifier.XMLClassifierProperty
getName
in interface CfnClassifier.XMLClassifierProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()