@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) |
Boolean |
getAccountsCleanup()
True if account cleanup is enabled at the beginning of the test; otherwise, false.
|
Boolean |
getAppPackagesCleanup()
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
Integer |
getJobTimeoutMinutes()
The number of minutes a test run will execute before it times out.
|
int |
hashCode() |
Boolean |
isAccountsCleanup()
True if account cleanup is enabled at the beginning of the test; otherwise, false.
|
Boolean |
isAppPackagesCleanup()
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
|
void |
setAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
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 |
withAccountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
|
ExecutionConfiguration |
withAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
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 void setAccountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
accountsCleanup
- True if account cleanup is enabled at the beginning of the test; otherwise, false.public Boolean getAccountsCleanup()
True if account cleanup is enabled at the beginning of the test; otherwise, false.
public ExecutionConfiguration withAccountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
accountsCleanup
- True if account cleanup is enabled at the beginning of the test; otherwise, false.public Boolean isAccountsCleanup()
True if account cleanup is enabled at the beginning of the test; otherwise, false.
public void setAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
appPackagesCleanup
- True if app package cleanup is enabled at the beginning of the test; otherwise, false.public Boolean getAppPackagesCleanup()
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
public ExecutionConfiguration withAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
appPackagesCleanup
- True if app package cleanup is enabled at the beginning of the test; otherwise, false.public Boolean isAppPackagesCleanup()
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
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.