@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageTestsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Image tests configuration.
Constructor and Description |
---|
ImageTestsConfiguration() |
Modifier and Type | Method and Description |
---|---|
ImageTestsConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getImageTestsEnabled()
Defines if tests should be executed when building this image.
|
Integer |
getTimeoutMinutes()
The maximum time in minutes that tests are permitted to run.
|
int |
hashCode() |
Boolean |
isImageTestsEnabled()
Defines if tests should be executed when building this image.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageTestsEnabled(Boolean imageTestsEnabled)
Defines if tests should be executed when building this image.
|
void |
setTimeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
|
String |
toString()
Returns a string representation of this object.
|
ImageTestsConfiguration |
withImageTestsEnabled(Boolean imageTestsEnabled)
Defines if tests should be executed when building this image.
|
ImageTestsConfiguration |
withTimeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
|
public void setImageTestsEnabled(Boolean imageTestsEnabled)
Defines if tests should be executed when building this image.
imageTestsEnabled
- Defines if tests should be executed when building this image.public Boolean getImageTestsEnabled()
Defines if tests should be executed when building this image.
public ImageTestsConfiguration withImageTestsEnabled(Boolean imageTestsEnabled)
Defines if tests should be executed when building this image.
imageTestsEnabled
- Defines if tests should be executed when building this image.public Boolean isImageTestsEnabled()
Defines if tests should be executed when building this image.
public void setTimeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
timeoutMinutes
- The maximum time in minutes that tests are permitted to run.public Integer getTimeoutMinutes()
The maximum time in minutes that tests are permitted to run.
public ImageTestsConfiguration withTimeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
timeoutMinutes
- The maximum time in minutes that tests are permitted to run.public String toString()
toString
in class Object
Object.toString()
public ImageTestsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.