@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoStartConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for an application to automatically start on job submission.
Constructor and Description |
---|
AutoStartConfig() |
Modifier and Type | Method and Description |
---|---|
AutoStartConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Enables the application to automatically start on job submission.
|
int |
hashCode() |
Boolean |
isEnabled()
Enables the application to automatically start on job submission.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Enables the application to automatically start on job submission.
|
String |
toString()
Returns a string representation of this object.
|
AutoStartConfig |
withEnabled(Boolean enabled)
Enables the application to automatically start on job submission.
|
public void setEnabled(Boolean enabled)
Enables the application to automatically start on job submission. Defaults to true.
enabled
- Enables the application to automatically start on job submission. Defaults to true.public Boolean getEnabled()
Enables the application to automatically start on job submission. Defaults to true.
public AutoStartConfig withEnabled(Boolean enabled)
Enables the application to automatically start on job submission. Defaults to true.
enabled
- Enables the application to automatically start on job submission. Defaults to true.public Boolean isEnabled()
Enables the application to automatically start on job submission. Defaults to true.
public String toString()
toString
in class Object
Object.toString()
public AutoStartConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.