@Generated(value="software.amazon.awssdk:codegen") public final class BotAliasTestExecutionTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotAliasTestExecutionTarget.Builder,BotAliasTestExecutionTarget>
The target Amazon S3 location for the test set execution using a bot alias.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotAliasTestExecutionTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botAliasId()
The bot alias Id of the bot alias used in the test set execution.
|
String |
botId()
The bot Id of the bot alias used in the test set execution.
|
static BotAliasTestExecutionTarget.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The locale Id of the bot alias used in the test set execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotAliasTestExecutionTarget.Builder> |
serializableBuilderClass() |
BotAliasTestExecutionTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The bot Id of the bot alias used in the test set execution.
public final String botAliasId()
The bot alias Id of the bot alias used in the test set execution.
public final String localeId()
The locale Id of the bot alias used in the test set execution.
public BotAliasTestExecutionTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotAliasTestExecutionTarget.Builder,BotAliasTestExecutionTarget>public static BotAliasTestExecutionTarget.Builder builder()
public static Class<? extends BotAliasTestExecutionTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.