@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelCardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListModelCardsResult() |
Modifier and Type | Method and Description |
---|---|
ListModelCardsResult |
clone() |
boolean |
equals(Object obj) |
List<ModelCardSummary> |
getModelCardSummaries()
The summaries of the listed model cards.
|
String |
getNextToken()
If the response is truncated, SageMaker returns this token.
|
int |
hashCode() |
void |
setModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
|
void |
setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListModelCardsResult |
withModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResult |
withModelCardSummaries(ModelCardSummary... modelCardSummaries)
The summaries of the listed model cards.
|
ListModelCardsResult |
withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ModelCardSummary> getModelCardSummaries()
The summaries of the listed model cards.
public void setModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
modelCardSummaries
- The summaries of the listed model cards.public ListModelCardsResult withModelCardSummaries(ModelCardSummary... modelCardSummaries)
The summaries of the listed model cards.
NOTE: This method appends the values to the existing list (if any). Use
setModelCardSummaries(java.util.Collection)
or withModelCardSummaries(java.util.Collection)
if
you want to override the existing values.
modelCardSummaries
- The summaries of the listed model cards.public ListModelCardsResult withModelCardSummaries(Collection<ModelCardSummary> modelCardSummaries)
The summaries of the listed model cards.
modelCardSummaries
- The summaries of the listed model cards.public void setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use
it in the subsequent request.public String getNextToken()
If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
public ListModelCardsResult withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use
it in the subsequent request.public String toString()
toString
in class Object
Object.toString()
public ListModelCardsResult clone()