@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) |
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)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.