@Generated(value="software.amazon.awssdk:codegen") public final class GetBotAliasResponse extends LexModelBuildingResponse implements ToCopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBotAliasResponse.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 GetBotAliasResponse.Builder |
builder() |
String |
checksum()
Checksum of the bot alias.
|
Instant |
createdDate()
The date that the bot alias was created.
|
String |
description()
A description of the bot alias.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date that the bot alias was updated.
|
String |
name()
The name of the bot alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBotAliasResponse.Builder> |
serializableBuilderClass() |
GetBotAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the bot alias.
public String description()
A description of the bot alias.
public String botVersion()
The version of the bot that the alias points to.
public String botName()
The name of the bot that the alias points to.
public 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 Instant createdDate()
The date that the bot alias was created.
public String checksum()
Checksum of the bot alias.
public GetBotAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>toBuilder in class AwsResponsepublic static GetBotAliasResponse.Builder builder()
public static Class<? extends GetBotAliasResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.