@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCandidatesForAutoMLJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCandidatesForAutoMLJobResult() |
Modifier and Type | Method and Description |
---|---|
ListCandidatesForAutoMLJobResult |
clone() |
boolean |
equals(Object obj) |
List<AutoMLCandidate> |
getCandidates()
Summaries about the Candidates.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
int |
hashCode() |
void |
setCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
String |
toString()
Returns a string representation of this object.
|
ListCandidatesForAutoMLJobResult |
withCandidates(AutoMLCandidate... candidates)
Summaries about the Candidates.
|
ListCandidatesForAutoMLJobResult |
withCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
|
ListCandidatesForAutoMLJobResult |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutoMLCandidate> getCandidates()
Summaries about the Candidates.
public void setCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
candidates
- Summaries about the Candidates.public ListCandidatesForAutoMLJobResult withCandidates(AutoMLCandidate... candidates)
Summaries about the Candidates.
NOTE: This method appends the values to the existing list (if any). Use
setCandidates(java.util.Collection)
or withCandidates(java.util.Collection)
if you want to
override the existing values.
candidates
- Summaries about the Candidates.public ListCandidatesForAutoMLJobResult withCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
candidates
- Summaries about the Candidates.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 ListCandidatesForAutoMLJobResult 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 Object
Object.toString()
public ListCandidatesForAutoMLJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.