@Generated(value="software.amazon.awssdk:codegen") public final class AssociateBotRequest extends ConnectRequest implements ToCopyableBuilder<AssociateBotRequest.Builder,AssociateBotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateBotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateBotRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
LexBot |
lexBot()
Returns the value of the LexBot property for this object.
|
LexV2Bot |
lexV2Bot()
The Amazon Lex V2 bot to associate with the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateBotRequest.Builder> |
serializableBuilderClass() |
AssociateBotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public final LexBot lexBot()
public final LexV2Bot lexV2Bot()
The Amazon Lex V2 bot to associate with the instance.
public AssociateBotRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateBotRequest.Builder,AssociateBotRequest>toBuilder in class ConnectRequestpublic static AssociateBotRequest.Builder builder()
public static Class<? extends AssociateBotRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.