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