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