@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerEntityList extends Object implements Serializable, Cloneable, StructuredPojo
Describes the entity list submitted with an entity recognizer.
| Constructor and Description |
|---|
EntityRecognizerEntityList() |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerEntityList |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
Specifies the Amazon S3 location where the entity list is located.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerEntityList |
withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
public void setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as the API endpoint that you are calling.
s3Uri - Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as
the API endpoint that you are calling.public String getS3Uri()
Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as the API endpoint that you are calling.
public EntityRecognizerEntityList withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as the API endpoint that you are calling.
s3Uri - Specifies the Amazon S3 location where the entity list is located. The URI must be in the same Region as
the API endpoint that you are calling.public String toString()
toString in class ObjectObject.toString()public EntityRecognizerEntityList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.