StructuredPojo
, ToCopyableBuilder<Project.Builder,Project>
@Generated("software.amazon.awssdk:codegen") public class Project extends Object implements StructuredPojo, ToCopyableBuilder<Project.Builder,Project>
Represents an operating-system neutral workspace for running and managing tests.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Project.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The project's ARN.
|
static Project.Builder |
builder() |
|
Date |
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) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The project's name.
|
static Class<? extends Project.Builder> |
serializableBuilderClass() |
|
Project.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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 Date created()
When the project was created.
public Project.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Project.Builder,Project>
public static Project.Builder builder()
public static Class<? extends Project.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.