public class ListLanguageModelsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListLanguageModelsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LanguageModel> |
getModels()
A list of objects containing information about custom language models.
|
java.lang.String |
getNextToken()
The operation returns a page of jobs at a time.
|
int |
hashCode() |
void |
setModels(java.util.Collection<LanguageModel> models)
A list of objects containing information about custom language models.
|
void |
setNextToken(java.lang.String nextToken)
The operation returns a page of jobs at a time.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLanguageModelsResult |
withModels(java.util.Collection<LanguageModel> models)
A list of objects containing information about custom language models.
|
ListLanguageModelsResult |
withModels(LanguageModel... models)
A list of objects containing information about custom language models.
|
ListLanguageModelsResult |
withNextToken(java.lang.String nextToken)
The operation returns a page of jobs at a time.
|
public java.lang.String getNextToken()
The operation returns a page of jobs at a time. The maximum size of the
list is set by the MaxResults parameter. If there are more language
models in the list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next request to the
operation to return the next page of language models.
Constraints:
Length: - 8192
Pattern: .+
The operation returns a page of jobs at a time. The maximum size
of the list is set by the MaxResults parameter. If there are more
language models in the list than the page size, Amazon Transcribe
returns the NextPage
token. Include the token in the
next request to the operation to return the next page of language
models.
public void setNextToken(java.lang.String nextToken)
The operation returns a page of jobs at a time. The maximum size of the
list is set by the MaxResults parameter. If there are more language
models in the list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next request to the
operation to return the next page of language models.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
The operation returns a page of jobs at a time. The maximum
size of the list is set by the MaxResults parameter. If there
are more language models in the list than the page size,
Amazon Transcribe returns the NextPage
token.
Include the token in the next request to the operation to
return the next page of language models.
public ListLanguageModelsResult withNextToken(java.lang.String nextToken)
The operation returns a page of jobs at a time. The maximum size of the
list is set by the MaxResults parameter. If there are more language
models in the list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next request to the
operation to return the next page of language models.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
The operation returns a page of jobs at a time. The maximum
size of the list is set by the MaxResults parameter. If there
are more language models in the list than the page size,
Amazon Transcribe returns the NextPage
token.
Include the token in the next request to the operation to
return the next page of language models.
public java.util.List<LanguageModel> getModels()
A list of objects containing information about custom language models.
A list of objects containing information about custom language models.
public void setModels(java.util.Collection<LanguageModel> models)
A list of objects containing information about custom language models.
models
- A list of objects containing information about custom language models.
public ListLanguageModelsResult withModels(LanguageModel... models)
A list of objects containing information about custom language models.
Returns a reference to this object so that method calls can be chained together.
models
- A list of objects containing information about custom language models.
public ListLanguageModelsResult withModels(java.util.Collection<LanguageModel> models)
A list of objects containing information about custom language models.
Returns a reference to this object so that method calls can be chained together.
models
- A list of objects containing information about custom language models.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.