@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestExecutionTarget extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the bot used for the test execution.
| Constructor and Description |
|---|
TestExecutionTarget() |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionTarget |
clone() |
boolean |
equals(Object obj) |
BotAliasTestExecutionTarget |
getBotAliasTarget()
Contains information about the bot alias used for the test execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBotAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
|
String |
toString()
Returns a string representation of this object.
|
TestExecutionTarget |
withBotAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
|
public void setBotAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
botAliasTarget - Contains information about the bot alias used for the test execution.public BotAliasTestExecutionTarget getBotAliasTarget()
Contains information about the bot alias used for the test execution.
public TestExecutionTarget withBotAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
botAliasTarget - Contains information about the bot alias used for the test execution.public String toString()
toString in class ObjectObject.toString()public TestExecutionTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.