@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchInferenceJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBatchInferenceJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListBatchInferenceJobsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchInferenceJobSummary> |
getBatchInferenceJobs()
A list containing information on each job that is returned.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchInferenceJobsResult |
withBatchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResult |
withBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchInferenceJobSummary> getBatchInferenceJobs()
A list containing information on each job that is returned.
public void setBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
batchInferenceJobs
- A list containing information on each job that is returned.public ListBatchInferenceJobsResult withBatchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setBatchInferenceJobs(java.util.Collection)
or withBatchInferenceJobs(java.util.Collection)
if
you want to override the existing values.
batchInferenceJobs
- A list containing information on each job that is returned.public ListBatchInferenceJobsResult withBatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
batchInferenceJobs
- A list containing information on each job that is returned.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. The value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListBatchInferenceJobsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. The value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListBatchInferenceJobsResult clone()