@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionProperty extends Object implements Serializable, Cloneable, StructuredPojo
An execution property of a job.
Constructor and Description |
---|
ExecutionProperty() |
Modifier and Type | Method and Description |
---|---|
ExecutionProperty |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxConcurrentRuns()
The maximum number of concurrent runs allowed for a job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecutionProperty |
withMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job.
|
public void setMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
maxConcurrentRuns
- The maximum number of concurrent runs allowed for a job. The default is 1. An error is returned when this
threshold is reached. The maximum value you can specify is controlled by a service limit.public Integer getMaxConcurrentRuns()
The maximum number of concurrent runs allowed for a job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
public ExecutionProperty withMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
maxConcurrentRuns
- The maximum number of concurrent runs allowed for a job. The default is 1. An error is returned when this
threshold is reached. The maximum value you can specify is controlled by a service limit.public String toString()
toString
in class Object
Object.toString()
public ExecutionProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.