@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListModelsResult() |
Modifier and Type | Method and Description |
---|---|
ListModelsResult |
clone() |
boolean |
equals(Object obj) |
List<ModelSummary> |
getModelSummaries()
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of ML models.
|
int |
hashCode() |
void |
setModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
String |
toString()
Returns a string representation of this object.
|
ListModelsResult |
withModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResult |
withModelSummaries(ModelSummary... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResult |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken
- An opaque pagination token indicating where to continue the listing of ML models.public String getNextToken()
An opaque pagination token indicating where to continue the listing of ML models.
public ListModelsResult withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken
- An opaque pagination token indicating where to continue the listing of ML models.public List<ModelSummary> getModelSummaries()
Provides information on the specified model, including created time, model and dataset ARNs, and status.
public void setModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
modelSummaries
- Provides information on the specified model, including created time, model and dataset ARNs, and status.public ListModelsResult withModelSummaries(ModelSummary... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
NOTE: This method appends the values to the existing list (if any). Use
setModelSummaries(java.util.Collection)
or withModelSummaries(java.util.Collection)
if you want
to override the existing values.
modelSummaries
- Provides information on the specified model, including created time, model and dataset ARNs, and status.public ListModelsResult withModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
modelSummaries
- Provides information on the specified model, including created time, model and dataset ARNs, and status.public String toString()
toString
in class Object
Object.toString()
public ListModelsResult clone()