@Generated(value="software.amazon.awssdk:codegen") public final class PutBotAliasResponse extends LexModelBuildingResponse implements ToCopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutBotAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botName()
The name of the bot that the alias points to.
|
String |
botVersion()
The version of the bot that the alias points to.
|
static PutBotAliasResponse.Builder |
builder() |
String |
checksum()
The checksum for the current version of the alias.
|
ConversationLogsResponse |
conversationLogs()
The settings that determine how Amazon Lex uses conversation logs for the alias.
|
Instant |
createdDate()
The date that the bot alias was created.
|
String |
description()
A description of the alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Instant |
lastUpdatedDate()
The date that the bot alias was updated.
|
String |
name()
The name of the alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutBotAliasResponse.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags associated with a bot.
|
PutBotAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the alias.
public final String description()
A description of the alias.
public final String botVersion()
The version of the bot that the alias points to.
public final String botName()
The name of the bot that the alias points to.
public final Instant lastUpdatedDate()
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
public final Instant createdDate()
The date that the bot alias was created.
public final String checksum()
The checksum for the current version of the alias.
public final ConversationLogsResponse conversationLogs()
The settings that determine how Amazon Lex uses conversation logs for the alias.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
A list of tags associated with a bot.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public PutBotAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>toBuilder in class AwsResponsepublic static PutBotAliasResponse.Builder builder()
public static Class<? extends PutBotAliasResponse.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 © 2022. All rights reserved.