@Generated(value="software.amazon.awssdk:codegen") public final class UpdateXMLClassifierRequest extends Object implements StructuredPojo, ToCopyableBuilder<UpdateXMLClassifierRequest.Builder,UpdateXMLClassifierRequest>
Specifies an XML classifier to be updated.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateXMLClassifierRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateXMLClassifierRequest.Builder |
builder() |
String |
classification()
An identifier of the data format that the classifier matches.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
static Class<? extends UpdateXMLClassifierRequest.Builder> |
serializableBuilderClass() |
UpdateXMLClassifierRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the classifier.
public String classification()
An identifier of the data format that the classifier matches.
public String rowTag()
The XML tag designating the element that contains each record in an XML document being parsed. Note that this cannot be an empty element. It must contain child elements representing fields in the record.
public UpdateXMLClassifierRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateXMLClassifierRequest.Builder,UpdateXMLClassifierRequest>
public static UpdateXMLClassifierRequest.Builder builder()
public static Class<? extends UpdateXMLClassifierRequest.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.