@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListICD10CMInferenceJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListICD10CMInferenceJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListICD10CMInferenceJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ComprehendMedicalAsyncJobProperties> |
getComprehendMedicalAsyncJobPropertiesList()
A list containing the properties of each job that is returned.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListICD10CMInferenceJobsResult |
withComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListICD10CMInferenceJobsResult |
withComprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListICD10CMInferenceJobsResult |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ComprehendMedicalAsyncJobProperties> getComprehendMedicalAsyncJobPropertiesList()
A list containing the properties of each job that is returned.
public void setComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job that is returned.public ListICD10CMInferenceJobsResult withComprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setComprehendMedicalAsyncJobPropertiesList(java.util.Collection)
or
withComprehendMedicalAsyncJobPropertiesList(java.util.Collection)
if you want to override the existing
values.
comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job that is returned.public ListICD10CMInferenceJobsResult withComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList
- A list containing the properties of each job that is returned.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 ListICD10CMInferenceJobsResult 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 ListICD10CMInferenceJobsResult clone()