@Generated(value="software.amazon.awssdk:codegen") public final class XMLClassifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XMLClassifier.Builder,XMLClassifier>
A classifier for XML
content.
Modifier and Type | Class and Description |
---|---|
static interface |
XMLClassifier.Builder |
Modifier and Type | Method and Description |
---|---|
static XMLClassifier.Builder |
builder() |
String |
classification()
An identifier of the data format that the classifier matches.
|
Instant |
creationTime()
The time that this classifier was registered.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The time that this classifier was last updated.
|
String |
name()
The name of the classifier.
|
String |
rowTag()
The XML tag designating the element that contains each record in an XML document being parsed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends XMLClassifier.Builder> |
serializableBuilderClass() |
XMLClassifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version of this classifier.
|
copy
public final String name()
The name of the classifier.
public final String classification()
An identifier of the data format that the classifier matches.
public final Instant creationTime()
The time that this classifier was registered.
public final Instant lastUpdated()
The time that this classifier was last updated.
public final Long version()
The version of this classifier.
public final String rowTag()
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).
/>
). 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).public XMLClassifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<XMLClassifier.Builder,XMLClassifier>
public static XMLClassifier.Builder builder()
public static Class<? extends XMLClassifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.