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