@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ImportJobSummary> |
getImportJobSummaries()
Summary information about the import jobs.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setImportJobSummaries(Collection<ImportJobSummary> importJobSummaries)
Summary information about the import jobs.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListImportJobsResult |
withImportJobSummaries(Collection<ImportJobSummary> importJobSummaries)
Summary information about the import jobs.
|
ListImportJobsResult |
withImportJobSummaries(ImportJobSummary... importJobSummaries)
Summary information about the import jobs.
|
ListImportJobsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImportJobSummary> getImportJobSummaries()
Summary information about the import jobs.
public void setImportJobSummaries(Collection<ImportJobSummary> importJobSummaries)
Summary information about the import jobs.
importJobSummaries
- Summary information about the import jobs.public ListImportJobsResult withImportJobSummaries(ImportJobSummary... importJobSummaries)
Summary information about the import jobs.
NOTE: This method appends the values to the existing list (if any). Use
setImportJobSummaries(java.util.Collection)
or withImportJobSummaries(java.util.Collection)
if
you want to override the existing values.
importJobSummaries
- Summary information about the import jobs.public ListImportJobsResult withImportJobSummaries(Collection<ImportJobSummary> importJobSummaries)
Summary information about the import jobs.
importJobSummaries
- Summary information about the import jobs.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListImportJobsResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListImportJobsResult clone()