@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRxNormInferenceJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRxNormInferenceJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListRxNormInferenceJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ComprehendMedicalAsyncJobProperties> |
getComprehendMedicalAsyncJobPropertiesList()
The maximum number of results to return in each page.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListRxNormInferenceJobsResult |
withComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page.
|
ListRxNormInferenceJobsResult |
withComprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page.
|
ListRxNormInferenceJobsResult |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ComprehendMedicalAsyncJobProperties> getComprehendMedicalAsyncJobPropertiesList()
The maximum number of results to return in each page. The default is 100.
public void setComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page. The default is 100.
comprehendMedicalAsyncJobPropertiesList
- The maximum number of results to return in each page. The default is 100.public ListRxNormInferenceJobsResult withComprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties... comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page. The default is 100.
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
- The maximum number of results to return in each page. The default is 100.public ListRxNormInferenceJobsResult withComprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties> comprehendMedicalAsyncJobPropertiesList)
The maximum number of results to return in each page. The default is 100.
comprehendMedicalAsyncJobPropertiesList
- The maximum number of results to return in each page. The default is 100.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 ListRxNormInferenceJobsResult 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 ListRxNormInferenceJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.