@Generated(value="software.amazon.awssdk:codegen") public final class TestGridProject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestGridProject.Builder,TestGridProject>
A Selenium testing project. Projects are used to collect and collate sessions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestGridProject.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN for the project.
|
static TestGridProject.Builder |
builder() |
Instant |
created()
When the project was created.
|
String |
description()
A human-readable description for the project.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A human-readable name for the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestGridProject.Builder> |
serializableBuilderClass() |
TestGridProject.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The ARN for the project.
public String name()
A human-readable name for the project.
public String description()
A human-readable description for the project.
public Instant created()
When the project was created.
public TestGridProject.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestGridProject.Builder,TestGridProject>public static TestGridProject.Builder builder()
public static Class<? extends TestGridProject.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.