@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Project extends Object implements Serializable, Cloneable, StructuredPojo
Represents an operating-system neutral workspace for running and managing tests.
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
Project |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The project's ARN.
|
Date |
getCreated()
When the project was created.
|
Integer |
getDefaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run executes before it times out.
|
String |
getName()
The project's name.
|
VpcConfig |
getVpcConfig()
The VPC security groups and subnets that are attached to a project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The project's ARN.
|
void |
setCreated(Date created)
When the project was created.
|
void |
setDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the project level) a test run executes before it times out.
|
void |
setName(String name)
The project's name.
|
void |
setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
String |
toString()
Returns a string representation of this object.
|
Project |
withArn(String arn)
The project's ARN.
|
Project |
withCreated(Date created)
When the project was created.
|
Project |
withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the project level) a test run executes before it times out.
|
Project |
withName(String name)
The project's name.
|
Project |
withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
public void setArn(String arn)
The project's ARN.
arn
- The project's ARN.public String getArn()
The project's ARN.
public Project withArn(String arn)
The project's ARN.
arn
- The project's ARN.public void setName(String name)
The project's name.
name
- The project's name.public String getName()
The project's name.
public Project withName(String name)
The project's name.
name
- The project's name.public void setDefaultJobTimeoutMinutes(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.
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 Integer getDefaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
public Project withDefaultJobTimeoutMinutes(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.
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 void setCreated(Date created)
When the project was created.
created
- When the project was created.public Date getCreated()
When the project was created.
public Project withCreated(Date created)
When the project was created.
created
- When the project was created.public void setVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig
- The VPC security groups and subnets that are attached to a project.public VpcConfig getVpcConfig()
The VPC security groups and subnets that are attached to a project.
public Project withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
vpcConfig
- The VPC security groups and subnets that are attached to a project.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.