@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 will execute before it times out.
|
String |
getName()
The project's name.
|
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 will execute before it times out.
|
void |
setName(String name)
The project's name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 will execute before it times out.
|
Project |
withName(String name)
The project's name.
|
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 will execute before it times out. Default value is 60 minutes.
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 Integer getDefaultJobTimeoutMinutes()
The default number of minutes (at the project level) a test run will execute before it times out. Default value is 60 minutes.
public Project withDefaultJobTimeoutMinutes(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.
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 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 String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.