Class AppInstanceBot
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkidentity.model.AppInstanceBot
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppInstanceBot.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappInstanceBotArn()The ARN of the AppInstanceBot.static AppInstanceBot.Builderbuilder()Configurationconfiguration()The data processing instructions for an AppInstanceBot.InstantcreatedTimestamp()The time at which theAppInstanceBotwas created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTimestamp()The time at which theAppInstanceBotwas last updated.Stringmetadata()The metadata for an AppInstanceBot.Stringname()The name of the AppInstanceBot.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AppInstanceBot.Builder>serializableBuilderClass()AppInstanceBot.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appInstanceBotArn
public final String appInstanceBotArn()
The ARN of the AppInstanceBot.
- Returns:
- The ARN of the AppInstanceBot.
-
name
public final String name()
The name of the AppInstanceBot.
- Returns:
- The name of the AppInstanceBot.
-
configuration
public final Configuration configuration()
The data processing instructions for an AppInstanceBot.
- Returns:
- The data processing instructions for an AppInstanceBot.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which the
AppInstanceBotwas created.- Returns:
- The time at which the
AppInstanceBotwas created.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The time at which the
AppInstanceBotwas last updated.- Returns:
- The time at which the
AppInstanceBotwas last updated.
-
metadata
public final String metadata()
The metadata for an AppInstanceBot.
- Returns:
- The metadata for an AppInstanceBot.
-
toBuilder
public AppInstanceBot.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>
-
builder
public static AppInstanceBot.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppInstanceBot.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-