@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFHIRImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFHIRImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListFHIRImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ImportJobProperties> |
getImportJobPropertiesList()
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
String |
getNextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
int |
hashCode() |
void |
setImportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
void |
setNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
String |
toString()
Returns a string representation of this object.
|
ListFHIRImportJobsResult |
withImportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
ListFHIRImportJobsResult |
withImportJobPropertiesList(ImportJobProperties... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
|
ListFHIRImportJobsResult |
withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImportJobProperties> getImportJobPropertiesList()
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
public void setImportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
importJobPropertiesList
- The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.public ListFHIRImportJobsResult withImportJobPropertiesList(ImportJobProperties... importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
NOTE: This method appends the values to the existing list (if any). Use
setImportJobPropertiesList(java.util.Collection)
or
withImportJobPropertiesList(java.util.Collection)
if you want to override the existing values.
importJobPropertiesList
- The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.public ListFHIRImportJobsResult withImportJobPropertiesList(Collection<ImportJobProperties> importJobPropertiesList)
The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.
importJobPropertiesList
- The properties of a listed FHIR import jobs, including the ID, ARN, name, and the status of the job.public void setNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
nextToken
- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.public String getNextToken()
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
public ListFHIRImportJobsResult withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
nextToken
- A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.public String toString()
toString
in class Object
Object.toString()
public ListFHIRImportJobsResult clone()