@Generated(value="software.amazon.awssdk:codegen") public final class GetVocabularyResponse extends TranscribeResponse implements ToCopyableBuilder<GetVocabularyResponse.Builder,GetVocabularyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetVocabularyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetVocabularyResponse.Builder |
builder() |
String |
downloadUri()
The S3 location where the vocabulary is stored.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
VocabularyState field is FAILED, this field contains information about why the
job failed. |
<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 GetVocabularyResponse.Builder> |
serializableBuilderClass() |
GetVocabularyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyName()
The name of the vocabulary to return.
|
VocabularyState |
vocabularyState()
The processing state of the vocabulary.
|
String |
vocabularyStateAsString()
The processing state of the vocabulary.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vocabularyName()
The name of the vocabulary to return.
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 VocabularyState vocabularyState()
The processing state of the vocabulary.
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().
VocabularyStatepublic String vocabularyStateAsString()
The processing state of the vocabulary.
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().
VocabularyStatepublic Instant lastModifiedTime()
The date and time that the vocabulary was last modified.
public String failureReason()
If the VocabularyState field is FAILED, this field contains information about why the
job failed.
VocabularyState field is FAILED, this field contains information about
why the job failed.public String downloadUri()
The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
public GetVocabularyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetVocabularyResponse.Builder,GetVocabularyResponse>toBuilder in class AwsResponsepublic static GetVocabularyResponse.Builder builder()
public static Class<? extends GetVocabularyResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.