@Generated(value="software.amazon.awssdk:codegen") public final class GetBotRequest extends LexModelBuildingRequest implements ToCopyableBuilder<GetBotRequest.Builder,GetBotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBotRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the bot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBotRequest.Builder> |
serializableBuilderClass() |
GetBotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionOrAlias()
The version or alias of the bot.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the bot. The name is case sensitive.
public String versionOrAlias()
The version or alias of the bot.
public GetBotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBotRequest.Builder,GetBotRequest>toBuilder in class LexModelBuildingRequestpublic static GetBotRequest.Builder builder()
public static Class<? extends GetBotRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.