@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetDiscrepancyReportBotAliasTarget extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the bot alias used for the test set discrepancy report.
Constructor and Description |
---|
TestSetDiscrepancyReportBotAliasTarget() |
Modifier and Type | Method and Description |
---|---|
TestSetDiscrepancyReportBotAliasTarget |
clone() |
boolean |
equals(Object obj) |
String |
getBotAliasId()
The unique identifier for the bot associated with the bot alias.
|
String |
getBotId()
The unique identifier for the bot alias.
|
String |
getLocaleId()
The unique identifier of the locale associated with the bot alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotAliasId(String botAliasId)
The unique identifier for the bot associated with the bot alias.
|
void |
setBotId(String botId)
The unique identifier for the bot alias.
|
void |
setLocaleId(String localeId)
The unique identifier of the locale associated with the bot alias.
|
String |
toString()
Returns a string representation of this object.
|
TestSetDiscrepancyReportBotAliasTarget |
withBotAliasId(String botAliasId)
The unique identifier for the bot associated with the bot alias.
|
TestSetDiscrepancyReportBotAliasTarget |
withBotId(String botId)
The unique identifier for the bot alias.
|
TestSetDiscrepancyReportBotAliasTarget |
withLocaleId(String localeId)
The unique identifier of the locale associated with the bot alias.
|
public TestSetDiscrepancyReportBotAliasTarget()
public void setBotId(String botId)
The unique identifier for the bot alias.
botId
- The unique identifier for the bot alias.public String getBotId()
The unique identifier for the bot alias.
public TestSetDiscrepancyReportBotAliasTarget withBotId(String botId)
The unique identifier for the bot alias.
botId
- The unique identifier for the bot alias.public void setBotAliasId(String botAliasId)
The unique identifier for the bot associated with the bot alias.
botAliasId
- The unique identifier for the bot associated with the bot alias.public String getBotAliasId()
The unique identifier for the bot associated with the bot alias.
public TestSetDiscrepancyReportBotAliasTarget withBotAliasId(String botAliasId)
The unique identifier for the bot associated with the bot alias.
botAliasId
- The unique identifier for the bot associated with the bot alias.public void setLocaleId(String localeId)
The unique identifier of the locale associated with the bot alias.
localeId
- The unique identifier of the locale associated with the bot alias.public String getLocaleId()
The unique identifier of the locale associated with the bot alias.
public TestSetDiscrepancyReportBotAliasTarget withLocaleId(String localeId)
The unique identifier of the locale associated with the bot alias.
localeId
- The unique identifier of the locale associated with the bot alias.public String toString()
toString
in class Object
Object.toString()
public TestSetDiscrepancyReportBotAliasTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.