@Generated(value="software.amazon.awssdk:codegen") public final class CreateXMLClassifierRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateXMLClassifierRequest.Builder,CreateXMLClassifierRequest>
Specifies an XML classifier for CreateClassifier to create.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateXMLClassifierRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateXMLClassifierRequest.Builder |
builder() |
String |
classification()
An identifier of the data format that the classifier matches.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 CreateXMLClassifierRequest.Builder> |
serializableBuilderClass() |
CreateXMLClassifierRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String classification()
An identifier of the data format that the classifier matches.
public final String name()
The name of the 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 CreateXMLClassifierRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateXMLClassifierRequest.Builder,CreateXMLClassifierRequest>public static CreateXMLClassifierRequest.Builder builder()
public static Class<? extends CreateXMLClassifierRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.