@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constructor and Description |
---|
ListImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ImportJobSummary> |
getImportJobs()
A list of the import job summaries.
|
String |
getNextToken()
A string token indicating that there might be additional import jobs available to be listed.
|
int |
hashCode() |
void |
setImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
|
void |
setNextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListImportJobsResult |
withImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
|
ListImportJobsResult |
withImportJobs(ImportJobSummary... importJobs)
A list of the import job summaries.
|
ListImportJobsResult |
withNextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImportJobSummary> getImportJobs()
A list of the import job summaries.
public void setImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
importJobs
- A list of the import job summaries.public ListImportJobsResult withImportJobs(ImportJobSummary... importJobs)
A list of the import job summaries.
NOTE: This method appends the values to the existing list (if any). Use
setImportJobs(java.util.Collection)
or withImportJobs(java.util.Collection)
if you want to
override the existing values.
importJobs
- A list of the import job summaries.public ListImportJobsResult withImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
importJobs
- A list of the import job summaries.public void setNextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a
subsequent call to ListImportJobs
with the same parameters to retrieve the next page of import jobs.
nextToken
- A string token indicating that there might be additional import jobs available to be listed. Copy this
token to a subsequent call to ListImportJobs
with the same parameters to retrieve the next
page of import jobs.public String getNextToken()
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a
subsequent call to ListImportJobs
with the same parameters to retrieve the next page of import jobs.
ListImportJobs
with the same parameters to retrieve the next
page of import jobs.public ListImportJobsResult withNextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a
subsequent call to ListImportJobs
with the same parameters to retrieve the next page of import jobs.
nextToken
- A string token indicating that there might be additional import jobs available to be listed. Copy this
token to a subsequent call to ListImportJobs
with the same parameters to retrieve the next
page of import jobs.public String toString()
toString
in class Object
Object.toString()
public ListImportJobsResult clone()