@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutoMLJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAutoMLJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAutoMLJobsResult |
clone() |
boolean |
equals(Object obj) |
List<AutoMLJobSummary> |
getAutoMLJobSummaries()
Returns a summary list of jobs.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
int |
hashCode() |
void |
setAutoMLJobSummaries(Collection<AutoMLJobSummary> autoMLJobSummaries)
Returns a summary list of jobs.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
String |
toString()
Returns a string representation of this object.
|
ListAutoMLJobsResult |
withAutoMLJobSummaries(AutoMLJobSummary... autoMLJobSummaries)
Returns a summary list of jobs.
|
ListAutoMLJobsResult |
withAutoMLJobSummaries(Collection<AutoMLJobSummary> autoMLJobSummaries)
Returns a summary list of jobs.
|
ListAutoMLJobsResult |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AutoMLJobSummary> getAutoMLJobSummaries()
Returns a summary list of jobs.
public void setAutoMLJobSummaries(Collection<AutoMLJobSummary> autoMLJobSummaries)
Returns a summary list of jobs.
autoMLJobSummaries - Returns a summary list of jobs.public ListAutoMLJobsResult withAutoMLJobSummaries(AutoMLJobSummary... autoMLJobSummaries)
Returns a summary list of jobs.
NOTE: This method appends the values to the existing list (if any). Use
setAutoMLJobSummaries(java.util.Collection) or withAutoMLJobSummaries(java.util.Collection) if
you want to override the existing values.
autoMLJobSummaries - Returns a summary list of jobs.public ListAutoMLJobsResult withAutoMLJobSummaries(Collection<AutoMLJobSummary> autoMLJobSummaries)
Returns a summary list of jobs.
autoMLJobSummaries - Returns a summary list of jobs.public void setNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String getNextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public ListAutoMLJobsResult withNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAutoMLJobsResult clone()
Copyright © 2020. All rights reserved.