@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntityRecognizersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEntityRecognizersResult() |
Modifier and Type | Method and Description |
---|---|
ListEntityRecognizersResult |
clone() |
boolean |
equals(Object obj) |
List<EntityRecognizerProperties> |
getEntityRecognizerPropertiesList()
The list of properties of an entity recognizer.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListEntityRecognizersResult |
withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
withEntityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EntityRecognizerProperties> getEntityRecognizerPropertiesList()
The list of properties of an entity recognizer.
public void setEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
entityRecognizerPropertiesList
- The list of properties of an entity recognizer.public ListEntityRecognizersResult withEntityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
NOTE: This method appends the values to the existing list (if any). Use
setEntityRecognizerPropertiesList(java.util.Collection)
or
withEntityRecognizerPropertiesList(java.util.Collection)
if you want to override the existing values.
entityRecognizerPropertiesList
- The list of properties of an entity recognizer.public ListEntityRecognizersResult withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
entityRecognizerPropertiesList
- The list of properties of an entity recognizer.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListEntityRecognizersResult withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String toString()
toString
in class Object
Object.toString()
public ListEntityRecognizersResult clone()