@Generated(value="software.amazon.awssdk:codegen") public final class TestWindowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestWindowSummary.Builder,TestWindowSummary>
The status, start time, and end time of a backtest, as well as a failure reason if applicable.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestWindowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestWindowSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
If the test failed, the reason why it failed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestWindowSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the test.
|
Instant |
testWindowEnd()
The time at which the test ended.
|
Instant |
testWindowStart()
The time at which the test began.
|
TestWindowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant testWindowStart()
The time at which the test began.
public final Instant testWindowEnd()
The time at which the test ended.
public final String status()
The status of the test. Possible status values are:
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
ACTIVE
CREATE_IN_PROGRESS
CREATE_FAILED
public final String message()
If the test failed, the reason why it failed.
public TestWindowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestWindowSummary.Builder,TestWindowSummary>public static TestWindowSummary.Builder builder()
public static Class<? extends TestWindowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.