@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBatchPredictionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBatchPredictionJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionJobsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchPrediction> |
getBatchPredictions()
An array containing the details of each batch prediction job.
|
String |
getNextToken()
The next token for the subsequent request.
|
int |
hashCode() |
void |
setBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
void |
setNextToken(String nextToken)
The next token for the subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
GetBatchPredictionJobsResult |
withBatchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResult |
withBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResult |
withNextToken(String nextToken)
The next token for the subsequent request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchPrediction> getBatchPredictions()
An array containing the details of each batch prediction job.
public void setBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
batchPredictions - An array containing the details of each batch prediction job.public GetBatchPredictionJobsResult withBatchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
NOTE: This method appends the values to the existing list (if any). Use
setBatchPredictions(java.util.Collection) or withBatchPredictions(java.util.Collection) if you
want to override the existing values.
batchPredictions - An array containing the details of each batch prediction job.public GetBatchPredictionJobsResult withBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
batchPredictions - An array containing the details of each batch prediction job.public void setNextToken(String nextToken)
The next token for the subsequent request.
nextToken - The next token for the subsequent request.public String getNextToken()
The next token for the subsequent request.
public GetBatchPredictionJobsResult withNextToken(String nextToken)
The next token for the subsequent request.
nextToken - The next token for the subsequent request.public String toString()
toString in class ObjectObject.toString()public GetBatchPredictionJobsResult clone()