@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProcessingJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProcessingJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListProcessingJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, Amazon SageMaker returns this token.
|
List<ProcessingJobSummary> |
getProcessingJobSummaries()
An array of
ProcessingJobSummary objects, each listing a processing job. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
void |
setProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
String |
toString()
Returns a string representation of this object.
|
ListProcessingJobsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
ListProcessingJobsResult |
withProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
ListProcessingJobsResult |
withProcessingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProcessingJobSummary> getProcessingJobSummaries()
An array of ProcessingJobSummary
objects, each listing a processing job.
ProcessingJobSummary
objects, each listing a processing job.public void setProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of ProcessingJobSummary
objects, each listing a processing job.
processingJobSummaries
- An array of ProcessingJobSummary
objects, each listing a processing job.public ListProcessingJobsResult withProcessingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of ProcessingJobSummary
objects, each listing a processing job.
NOTE: This method appends the values to the existing list (if any). Use
setProcessingJobSummaries(java.util.Collection)
or
withProcessingJobSummaries(java.util.Collection)
if you want to override the existing values.
processingJobSummaries
- An array of ProcessingJobSummary
objects, each listing a processing job.public ListProcessingJobsResult withProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of ProcessingJobSummary
objects, each listing a processing job.
processingJobSummaries
- An array of ProcessingJobSummary
objects, each listing a processing job.public void setNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
nextToken
- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing
jobs, use it in the subsequent request.public String getNextToken()
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
public ListProcessingJobsResult withNextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
nextToken
- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing
jobs, use it in the subsequent request.public String toString()
toString
in class Object
Object.toString()
public ListProcessingJobsResult clone()