@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMedicalScribeJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListMedicalScribeJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListMedicalScribeJobsResult |
clone() |
boolean |
equals(Object obj) |
List<MedicalScribeJobSummary> |
getMedicalScribeJobSummaries()
Provides a summary of information about each result.
|
String |
getNextToken()
If
NextToken is present in your response, it indicates that not all results are displayed. |
String |
getStatus()
Lists all Medical Scribe jobs that have the status specified in your request.
|
int |
hashCode() |
void |
setMedicalScribeJobSummaries(Collection<MedicalScribeJobSummary> medicalScribeJobSummaries)
Provides a summary of information about each result.
|
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
void |
setStatus(String status)
Lists all Medical Scribe jobs that have the status specified in your request.
|
String |
toString()
Returns a string representation of this object.
|
ListMedicalScribeJobsResult |
withMedicalScribeJobSummaries(Collection<MedicalScribeJobSummary> medicalScribeJobSummaries)
Provides a summary of information about each result.
|
ListMedicalScribeJobsResult |
withMedicalScribeJobSummaries(MedicalScribeJobSummary... medicalScribeJobSummaries)
Provides a summary of information about each result.
|
ListMedicalScribeJobsResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListMedicalScribeJobsResult |
withStatus(MedicalScribeJobStatus status)
Lists all Medical Scribe jobs that have the status specified in your request.
|
ListMedicalScribeJobsResult |
withStatus(String status)
Lists all Medical Scribe jobs that have the status specified in your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.MedicalScribeJobStatuspublic String getStatus()
Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
MedicalScribeJobStatuspublic ListMedicalScribeJobsResult withStatus(String status)
Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.MedicalScribeJobStatuspublic ListMedicalScribeJobsResult withStatus(MedicalScribeJobStatus status)
Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
status - Lists all Medical Scribe jobs that have the status specified in your request. Jobs are ordered by creation
date, with the newest job first.MedicalScribeJobStatuspublic void setNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
NextToken is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken parameter in
your results output, then run your request again including NextToken with the value of the
copied string. Repeat as needed to view all your results.public ListMedicalScribeJobsResult withNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public List<MedicalScribeJobSummary> getMedicalScribeJobSummaries()
Provides a summary of information about each result.
public void setMedicalScribeJobSummaries(Collection<MedicalScribeJobSummary> medicalScribeJobSummaries)
Provides a summary of information about each result.
medicalScribeJobSummaries - Provides a summary of information about each result.public ListMedicalScribeJobsResult withMedicalScribeJobSummaries(MedicalScribeJobSummary... medicalScribeJobSummaries)
Provides a summary of information about each result.
NOTE: This method appends the values to the existing list (if any). Use
setMedicalScribeJobSummaries(java.util.Collection) or
withMedicalScribeJobSummaries(java.util.Collection) if you want to override the existing values.
medicalScribeJobSummaries - Provides a summary of information about each result.public ListMedicalScribeJobsResult withMedicalScribeJobSummaries(Collection<MedicalScribeJobSummary> medicalScribeJobSummaries)
Provides a summary of information about each result.
medicalScribeJobSummaries - Provides a summary of information about each result.public String toString()
toString in class ObjectObject.toString()public ListMedicalScribeJobsResult clone()