@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCustomVocabularyMetadataResponse extends LexModelsV2Response implements ToCopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCustomVocabularyMetadataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot that contains the custom vocabulary.
|
String |
botVersion()
The version of the bot that contains the custom vocabulary to describe.
|
static DescribeCustomVocabularyMetadataResponse.Builder |
builder() |
Instant |
creationDateTime()
The date and time that the custom vocabulary was created.
|
CustomVocabularyStatus |
customVocabularyStatus()
The status of the custom vocabulary.
|
String |
customVocabularyStatusAsString()
The status of the custom vocabulary.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time that the custom vocabulary was last updated.
|
String |
localeId()
The locale that contains the custom vocabulary to describe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCustomVocabularyMetadataResponse.Builder> |
serializableBuilderClass() |
DescribeCustomVocabularyMetadataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the bot that contains the custom vocabulary.
public final String botVersion()
The version of the bot that contains the custom vocabulary to describe.
public final String localeId()
The locale that contains the custom vocabulary to describe.
public final CustomVocabularyStatus customVocabularyStatus()
The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
If the service returns an enum value that is not available in the current SDK version,
customVocabularyStatus will return CustomVocabularyStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from customVocabularyStatusAsString().
Ready the custom vocabulary is ready
to use.CustomVocabularyStatuspublic final String customVocabularyStatusAsString()
The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.
If the service returns an enum value that is not available in the current SDK version,
customVocabularyStatus will return CustomVocabularyStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from customVocabularyStatusAsString().
Ready the custom vocabulary is ready
to use.CustomVocabularyStatuspublic final Instant creationDateTime()
The date and time that the custom vocabulary was created.
public final Instant lastUpdatedDateTime()
The date and time that the custom vocabulary was last updated.
public DescribeCustomVocabularyMetadataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>toBuilder in class AwsResponsepublic static DescribeCustomVocabularyMetadataResponse.Builder builder()
public static Class<? extends DescribeCustomVocabularyMetadataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.