@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLTaskRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMLTaskRunsResult() |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A pagination token, if more results are available.
|
List<TaskRun> |
getTaskRuns()
A list of task runs that are associated with the transform.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A pagination token, if more results are available.
|
void |
setTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
|
String |
toString()
Returns a string representation of this object.
|
GetMLTaskRunsResult |
withNextToken(String nextToken)
A pagination token, if more results are available.
|
GetMLTaskRunsResult |
withTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
|
GetMLTaskRunsResult |
withTaskRuns(TaskRun... taskRuns)
A list of task runs that are associated with the transform.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TaskRun> getTaskRuns()
A list of task runs that are associated with the transform.
public void setTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
taskRuns
- A list of task runs that are associated with the transform.public GetMLTaskRunsResult withTaskRuns(TaskRun... taskRuns)
A list of task runs that are associated with the transform.
NOTE: This method appends the values to the existing list (if any). Use
setTaskRuns(java.util.Collection)
or withTaskRuns(java.util.Collection)
if you want to override
the existing values.
taskRuns
- A list of task runs that are associated with the transform.public GetMLTaskRunsResult withTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
taskRuns
- A list of task runs that are associated with the transform.public void setNextToken(String nextToken)
A pagination token, if more results are available.
nextToken
- A pagination token, if more results are available.public String getNextToken()
A pagination token, if more results are available.
public GetMLTaskRunsResult withNextToken(String nextToken)
A pagination token, if more results are available.
nextToken
- A pagination token, if more results are available.public String toString()
toString
in class Object
Object.toString()
public GetMLTaskRunsResult clone()