Class CreateXMLClassifierRequest
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.CreateXMLClassifierRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateXMLClassifierRequest.Builder,CreateXMLClassifierRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateXMLClassifierRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateXMLClassifierRequest.Builder,CreateXMLClassifierRequest>
Specifies an XML classifier for
CreateClassifierto create.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateXMLClassifierRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateXMLClassifierRequest.Builderbuilder()Stringclassification()An identifier of the data format that the classifier matches.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the classifier.StringrowTag()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
classification
public final String classification()
An identifier of the data format that the classifier matches.
- Returns:
- An identifier of the data format that the classifier matches.
-
name
public final String name()
The name of the classifier.
- Returns:
- The name of the classifier.
-
rowTag
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).- Returns:
- 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).
-
toBuilder
public CreateXMLClassifierRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateXMLClassifierRequest.Builder,CreateXMLClassifierRequest>
-
builder
public static CreateXMLClassifierRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateXMLClassifierRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-