@Generated(value="software.amazon.awssdk:codegen") public final class CanaryRun extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CanaryRun.Builder,CanaryRun>
This structure contains the details about one run of one canary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CanaryRun.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactS3Location()
The location where the canary stored artifacts from the run.
|
static CanaryRun.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
A unique ID that identifies this canary run.
|
String |
name()
The name of the canary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CanaryRun.Builder> |
serializableBuilderClass() |
CanaryRunStatus |
status()
The status of this run.
|
CanaryRunTimeline |
timeline()
A structure that contains the start and end times of this run.
|
CanaryRun.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
A unique ID that identifies this canary run.
public final String name()
The name of the canary.
public final CanaryRunStatus status()
The status of this run.
public final CanaryRunTimeline timeline()
A structure that contains the start and end times of this run.
public final String artifactS3Location()
The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
public CanaryRun.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CanaryRun.Builder,CanaryRun>public static CanaryRun.Builder builder()
public static Class<? extends CanaryRun.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.