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