@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetDiscrepancyReportResourceTarget extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the resource used for the test set discrepancy report.
Constructor and Description |
---|
TestSetDiscrepancyReportResourceTarget() |
Modifier and Type | Method and Description |
---|---|
TestSetDiscrepancyReportResourceTarget |
clone() |
boolean |
equals(Object obj) |
TestSetDiscrepancyReportBotAliasTarget |
getBotAliasTarget()
Contains information about the bot alias used as the resource for the test set discrepancy report.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
|
String |
toString()
Returns a string representation of this object.
|
TestSetDiscrepancyReportResourceTarget |
withBotAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
|
public TestSetDiscrepancyReportResourceTarget()
public void setBotAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
botAliasTarget
- Contains information about the bot alias used as the resource for the test set discrepancy report.public TestSetDiscrepancyReportBotAliasTarget getBotAliasTarget()
Contains information about the bot alias used as the resource for the test set discrepancy report.
public TestSetDiscrepancyReportResourceTarget withBotAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget)
Contains information about the bot alias used as the resource for the test set discrepancy report.
botAliasTarget
- Contains information about the bot alias used as the resource for the test set discrepancy report.public String toString()
toString
in class Object
Object.toString()
public TestSetDiscrepancyReportResourceTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.