@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 the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the job.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionProperty |
withMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the job.
|
public void setMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for the 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 the 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 the 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 the 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 the 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.