@Generated(value="software.amazon.awssdk:codegen") public final class AppInstanceBot extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>
An Amazon Lex V2 chat bot created under an AppInstance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInstanceBot.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appInstanceBotArn()
The ARN of the AppInstanceBot.
|
static AppInstanceBot.Builder |
builder() |
Configuration |
configuration()
The data processing instructions for an AppInstanceBot.
|
Instant |
createdTimestamp()
The time at which the
AppInstanceBot was created. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTimestamp()
The time at which the
AppInstanceBot was last updated. |
String |
metadata()
The metadata for an AppInstanceBot.
|
String |
name()
The name of the AppInstanceBot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppInstanceBot.Builder> |
serializableBuilderClass() |
AppInstanceBot.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appInstanceBotArn()
The ARN of the AppInstanceBot.
public final String name()
The name of the AppInstanceBot.
public final Configuration configuration()
The data processing instructions for an AppInstanceBot.
public final Instant createdTimestamp()
The time at which the AppInstanceBot was created.
AppInstanceBot was created.public final Instant lastUpdatedTimestamp()
The time at which the AppInstanceBot was last updated.
AppInstanceBot was last updated.public final String metadata()
The metadata for an AppInstanceBot.
public AppInstanceBot.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>public static AppInstanceBot.Builder builder()
public static Class<? extends AppInstanceBot.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.