@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListModelMetadataResult() |
Modifier and Type | Method and Description |
---|---|
ListModelMetadataResult |
clone() |
boolean |
equals(Object obj) |
List<ModelMetadataSummary> |
getModelMetadataSummaries()
A structure that holds model metadata.
|
String |
getNextToken()
A token for getting the next set of recommendations, if there are any.
|
int |
hashCode() |
void |
setModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
|
void |
setNextToken(String nextToken)
A token for getting the next set of recommendations, if there are any.
|
String |
toString()
Returns a string representation of this object.
|
ListModelMetadataResult |
withModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
|
ListModelMetadataResult |
withModelMetadataSummaries(ModelMetadataSummary... modelMetadataSummaries)
A structure that holds model metadata.
|
ListModelMetadataResult |
withNextToken(String nextToken)
A token for getting the next set of recommendations, if there are any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ModelMetadataSummary> getModelMetadataSummaries()
A structure that holds model metadata.
public void setModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
modelMetadataSummaries
- A structure that holds model metadata.public ListModelMetadataResult withModelMetadataSummaries(ModelMetadataSummary... modelMetadataSummaries)
A structure that holds model metadata.
NOTE: This method appends the values to the existing list (if any). Use
setModelMetadataSummaries(java.util.Collection)
or
withModelMetadataSummaries(java.util.Collection)
if you want to override the existing values.
modelMetadataSummaries
- A structure that holds model metadata.public ListModelMetadataResult withModelMetadataSummaries(Collection<ModelMetadataSummary> modelMetadataSummaries)
A structure that holds model metadata.
modelMetadataSummaries
- A structure that holds model metadata.public void setNextToken(String nextToken)
A token for getting the next set of recommendations, if there are any.
nextToken
- A token for getting the next set of recommendations, if there are any.public String getNextToken()
A token for getting the next set of recommendations, if there are any.
public ListModelMetadataResult withNextToken(String nextToken)
A token for getting the next set of recommendations, if there are any.
nextToken
- A token for getting the next set of recommendations, if there are any.public String toString()
toString
in class Object
Object.toString()
public ListModelMetadataResult clone()