@Generated(value="software.amazon.awssdk:codegen") public final class Project extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Project.Builder,Project>
Represents an operating-system neutral workspace for running and managing tests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Project.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The project's ARN.
|
static Project.Builder |
builder() |
Instant |
created()
When the project was created.
|
Integer |
defaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run executes before it times out.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The project's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Project.Builder> |
serializableBuilderClass() |
Project.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfig |
vpcConfig()
The VPC security groups and subnets that are attached to a project.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The project's ARN.
public final String name()
The project's name.
public final Integer defaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
public final Instant created()
When the project was created.
public final VpcConfig vpcConfig()
The VPC security groups and subnets that are attached to a project.
public Project.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Project.Builder,Project>public static Project.Builder builder()
public static Class<? extends Project.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.