@Generated(value="software.amazon.awssdk:codegen") public final class ListLanguageModelsRequest extends TranscribeRequest implements ToCopyableBuilder<ListLanguageModelsRequest.Builder,ListLanguageModelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLanguageModelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLanguageModelsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of language models to return in the response.
|
String |
nameContains()
When specified, the custom language model names returned contain the substring you've specified.
|
String |
nextToken()
When included, fetches the next set of jobs if the result of the previous request was truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLanguageModelsRequest.Builder> |
serializableBuilderClass() |
ModelStatus |
statusEquals()
When specified, returns only custom language models with the specified status.
|
String |
statusEqualsAsString()
When specified, returns only custom language models with the specified status.
|
ListLanguageModelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModelStatus statusEquals()
When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ModelStatuspublic final String statusEqualsAsString()
When specified, returns only custom language models with the specified status. Language models are ordered by creation date, with the newest models first. If you don't specify a status, Amazon Transcribe returns all custom language models ordered by date.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ModelStatuspublic final String nameContains()
When specified, the custom language model names returned contain the substring you've specified.
public final String nextToken()
When included, fetches the next set of jobs if the result of the previous request was truncated.
public final Integer maxResults()
The maximum number of language models to return in the response. If there are fewer results in the list, the response contains only the actual results.
public ListLanguageModelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLanguageModelsRequest.Builder,ListLanguageModelsRequest>toBuilder in class TranscribeRequestpublic static ListLanguageModelsRequest.Builder builder()
public static Class<? extends ListLanguageModelsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.