@Generated(value="software.amazon.awssdk:codegen") public final class VocabularyInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VocabularyInfo.Builder,VocabularyInfo>
Provides information about a custom vocabulary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VocabularyInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
The language code of the vocabulary entries.
|
String |
languageCodeAsString()
The language code of the vocabulary entries.
|
Instant |
lastModifiedTime()
The date and time that the vocabulary was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VocabularyInfo.Builder> |
serializableBuilderClass() |
VocabularyInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyName()
The name of the vocabulary.
|
VocabularyState |
vocabularyState()
The processing state of the vocabulary.
|
String |
vocabularyStateAsString()
The processing state of the vocabulary.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vocabularyName()
The name of the vocabulary.
public LanguageCode languageCode()
The language code of the vocabulary entries.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic String languageCodeAsString()
The language code of the vocabulary entries.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic Instant lastModifiedTime()
The date and time that the vocabulary was last modified.
public VocabularyState vocabularyState()
The processing state of the vocabulary. If the state is READY you can use the vocabulary in a
StartTranscriptionJob request.
If the service returns an enum value that is not available in the current SDK version, vocabularyState
will return VocabularyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vocabularyStateAsString().
READY you can use the vocabulary in
a StartTranscriptionJob request.VocabularyStatepublic String vocabularyStateAsString()
The processing state of the vocabulary. If the state is READY you can use the vocabulary in a
StartTranscriptionJob request.
If the service returns an enum value that is not available in the current SDK version, vocabularyState
will return VocabularyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vocabularyStateAsString().
READY you can use the vocabulary in
a StartTranscriptionJob request.VocabularyStatepublic VocabularyInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VocabularyInfo.Builder,VocabularyInfo>public static VocabularyInfo.Builder builder()
public static Class<? extends VocabularyInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.