@Generated(value="software.amazon.awssdk:codegen") public class Project extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.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 will execute before it times out.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
String |
name()
The project's name.
|
static Class<? extends Project.Builder> |
serializableBuilderClass() |
Project.Builder |
toBuilder() |
String |
toString() |
public String arn()
The project's ARN.
public String name()
The project's name.
public Integer defaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run will execute before it times out. Default value is 60 minutes.
public Instant created()
When the project was created.
public Project.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Project.Builder,Project>public static Project.Builder builder()
public static Class<? extends Project.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.