@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Represents configuration information about a test run, such as the execution timeout (in minutes).
| Constructor and Description |
|---|
ExecutionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getJobTimeoutMinutes()
The number of minutes a test run will execute before it times out.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecutionConfiguration |
withJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
|
public void setJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
jobTimeoutMinutes - The number of minutes a test run will execute before it times out.public Integer getJobTimeoutMinutes()
The number of minutes a test run will execute before it times out.
public ExecutionConfiguration withJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
jobTimeoutMinutes - The number of minutes a test run will execute before it times out.public String toString()
toString in class ObjectObject.toString()public ExecutionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.