@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ExecutionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.