@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerMetadataEntityTypesListItem extends Object implements Serializable, Cloneable, StructuredPojo
Individual item from the list of entity types in the metadata of an entity recognizer.
| Constructor and Description |
|---|
EntityRecognizerMetadataEntityTypesListItem() |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerMetadataEntityTypesListItem |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerMetadataEntityTypesListItem |
withType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
public EntityRecognizerMetadataEntityTypesListItem()
public void setType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
type - Type of entity from the list of entity types in the metadata of an entity recognizer.public String getType()
Type of entity from the list of entity types in the metadata of an entity recognizer.
public EntityRecognizerMetadataEntityTypesListItem withType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
type - Type of entity from the list of entity types in the metadata of an entity recognizer.public String toString()
toString in class ObjectObject.toString()public EntityRecognizerMetadataEntityTypesListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.