@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateXMLClassifierRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an XML classifier for CreateClassifier
to create.
Constructor and Description |
---|
CreateXMLClassifierRequest() |
Modifier and Type | Method and Description |
---|---|
CreateXMLClassifierRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClassification()
An identifier of the data format that the classifier matches.
|
String |
getName()
The name of the classifier.
|
String |
getRowTag()
The XML tag designating the element that contains each record in an XML document being parsed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClassification(String classification)
An identifier of the data format that the classifier matches.
|
void |
setName(String name)
The name of the classifier.
|
void |
setRowTag(String rowTag)
The XML tag designating the element that contains each record in an XML document being parsed.
|
String |
toString()
Returns a string representation of this object.
|
CreateXMLClassifierRequest |
withClassification(String classification)
An identifier of the data format that the classifier matches.
|
CreateXMLClassifierRequest |
withName(String name)
The name of the classifier.
|
CreateXMLClassifierRequest |
withRowTag(String rowTag)
The XML tag designating the element that contains each record in an XML document being parsed.
|
public void setClassification(String classification)
An identifier of the data format that the classifier matches.
classification
- An identifier of the data format that the classifier matches.public String getClassification()
An identifier of the data format that the classifier matches.
public CreateXMLClassifierRequest withClassification(String classification)
An identifier of the data format that the classifier matches.
classification
- An identifier of the data format that the classifier matches.public void setName(String name)
The name of the classifier.
name
- The name of the classifier.public String getName()
The name of the classifier.
public CreateXMLClassifierRequest withName(String name)
The name of the classifier.
name
- The name of the classifier.public void setRowTag(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).
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).public String getRowTag()
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 withRowTag(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).
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).public String toString()
toString
in class Object
Object.toString()
public CreateXMLClassifierRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.