@Generated(value="software.amazon.awssdk:codegen") public final class SlotResolutionTestResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotResolutionTestResultItem.Builder,SlotResolutionTestResultItem>
Information about the success and failure rate of slot resolution in the results of a test execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotResolutionTestResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotResolutionTestResultItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SlotResolutionTestResultItemCounts |
resultCounts()
A result for slot resolution in the results of a test execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotResolutionTestResultItem.Builder> |
serializableBuilderClass() |
String |
slotName()
The name of the slot.
|
SlotResolutionTestResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String slotName()
The name of the slot.
public final SlotResolutionTestResultItemCounts resultCounts()
A result for slot resolution in the results of a test execution.
public SlotResolutionTestResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotResolutionTestResultItem.Builder,SlotResolutionTestResultItem>public static SlotResolutionTestResultItem.Builder builder()
public static Class<? extends SlotResolutionTestResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.