@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ProcessingStoppingCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.