@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingStoppingCondition extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a time limit for how long the processing job is allowed to run.
| Constructor and Description |
|---|
ProcessingStoppingCondition() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStoppingCondition |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxRuntimeInSeconds()
Specifies the maximum runtime in seconds.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxRuntimeInSeconds(Integer maxRuntimeInSeconds)
Specifies the maximum runtime in seconds.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingStoppingCondition |
withMaxRuntimeInSeconds(Integer maxRuntimeInSeconds)
Specifies the maximum runtime in seconds.
|
public void setMaxRuntimeInSeconds(Integer maxRuntimeInSeconds)
Specifies the maximum runtime in seconds.
maxRuntimeInSeconds - Specifies the maximum runtime in seconds.public Integer getMaxRuntimeInSeconds()
Specifies the maximum runtime in seconds.
public ProcessingStoppingCondition withMaxRuntimeInSeconds(Integer maxRuntimeInSeconds)
Specifies the maximum runtime in seconds.
maxRuntimeInSeconds - Specifies the maximum runtime in seconds.public String toString()
toString in class ObjectObject.toString()public ProcessingStoppingCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.