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