@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIngestionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIngestionJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListIngestionJobsResult |
clone() |
boolean |
equals(Object obj) |
List<IngestionJobSummary> |
getIngestionJobSummaries()
A list of objects, each of which contains information about an ingestion job.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
int |
hashCode() |
void |
setIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
String |
toString()
Returns a string representation of this object.
|
ListIngestionJobsResult |
withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResult |
withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResult |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IngestionJobSummary> getIngestionJobSummaries()
A list of objects, each of which contains information about an ingestion job.
public void setIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
ingestionJobSummaries
- A list of objects, each of which contains information about an ingestion job.public ListIngestionJobsResult withIngestionJobSummaries(IngestionJobSummary... ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
NOTE: This method appends the values to the existing list (if any). Use
setIngestionJobSummaries(java.util.Collection)
or
withIngestionJobSummaries(java.util.Collection)
if you want to override the existing values.
ingestionJobSummaries
- A list of objects, each of which contains information about an ingestion job.public ListIngestionJobsResult withIngestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries)
A list of objects, each of which contains information about an ingestion job.
ingestionJobSummaries
- A list of objects, each of which contains information about an ingestion job.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, use
this token when making another request in the nextToken
field to return the next batch of results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
use this token when making another request in the nextToken
field to return the next batch of
results.public String getNextToken()
If the total number of results is greater than the maxResults
value provided in the request, use
this token when making another request in the nextToken
field to return the next batch of results.
maxResults
value provided in the request,
use this token when making another request in the nextToken
field to return the next batch
of results.public ListIngestionJobsResult withNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, use
this token when making another request in the nextToken
field to return the next batch of results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
use this token when making another request in the nextToken
field to return the next batch of
results.public String toString()
toString
in class Object
Object.toString()
public ListIngestionJobsResult clone()