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