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