@Generated(value="software.amazon.awssdk:codegen") public final class TestGridSessionArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestGridSessionArtifact.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestGridSessionArtifact.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filename()
The file name of the artifact.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestGridSessionArtifact.Builder> |
serializableBuilderClass() |
TestGridSessionArtifact.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TestGridSessionArtifactType |
type()
The kind of artifact.
|
String |
typeAsString()
The kind of artifact.
|
String |
url()
A semi-stable URL to the content of the object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filename()
The file name of the artifact.
public final TestGridSessionArtifactType type()
The kind of artifact.
If the service returns an enum value that is not available in the current SDK version, type will return
TestGridSessionArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
TestGridSessionArtifactTypepublic final String typeAsString()
The kind of artifact.
If the service returns an enum value that is not available in the current SDK version, type will return
TestGridSessionArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
TestGridSessionArtifactTypepublic final String url()
A semi-stable URL to the content of the object.
public TestGridSessionArtifact.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>public static TestGridSessionArtifact.Builder builder()
public static Class<? extends TestGridSessionArtifact.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.