@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)
Marshalls this structured data using the given
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.
maxConcurrentRuns - The maximum number of concurrent runs allowed for a job.public Integer getMaxConcurrentRuns()
The maximum number of concurrent runs allowed for a job.
public ExecutionProperty withMaxConcurrentRuns(Integer maxConcurrentRuns)
The maximum number of concurrent runs allowed for a job.
maxConcurrentRuns - The maximum number of concurrent runs allowed for a job.public String toString()
toString in class ObjectObject.toString()public ExecutionProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.