@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobStepRestartMarker extends Object implements Serializable, Cloneable, StructuredPojo
Provides restart step information for the most recent restart operation.
| Constructor and Description | 
|---|
JobStepRestartMarker()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobStepRestartMarker | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getFromProcStep()
 The procedure step name that a job was restarted from. 
 | 
String | 
getFromStep()
 The step name that a batch job restart was from. 
 | 
String | 
getToProcStep()
 The procedure step name that a batch job was restarted to. 
 | 
String | 
getToStep()
 The step name that a job was restarted to. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setFromProcStep(String fromProcStep)
 The procedure step name that a job was restarted from. 
 | 
void | 
setFromStep(String fromStep)
 The step name that a batch job restart was from. 
 | 
void | 
setToProcStep(String toProcStep)
 The procedure step name that a batch job was restarted to. 
 | 
void | 
setToStep(String toStep)
 The step name that a job was restarted to. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
JobStepRestartMarker | 
withFromProcStep(String fromProcStep)
 The procedure step name that a job was restarted from. 
 | 
JobStepRestartMarker | 
withFromStep(String fromStep)
 The step name that a batch job restart was from. 
 | 
JobStepRestartMarker | 
withToProcStep(String toProcStep)
 The procedure step name that a batch job was restarted to. 
 | 
JobStepRestartMarker | 
withToStep(String toStep)
 The step name that a job was restarted to. 
 | 
public void setFromProcStep(String fromProcStep)
The procedure step name that a job was restarted from.
fromProcStep - The procedure step name that a job was restarted from.public String getFromProcStep()
The procedure step name that a job was restarted from.
public JobStepRestartMarker withFromProcStep(String fromProcStep)
The procedure step name that a job was restarted from.
fromProcStep - The procedure step name that a job was restarted from.public void setFromStep(String fromStep)
The step name that a batch job restart was from.
fromStep - The step name that a batch job restart was from.public String getFromStep()
The step name that a batch job restart was from.
public JobStepRestartMarker withFromStep(String fromStep)
The step name that a batch job restart was from.
fromStep - The step name that a batch job restart was from.public void setToProcStep(String toProcStep)
The procedure step name that a batch job was restarted to.
toProcStep - The procedure step name that a batch job was restarted to.public String getToProcStep()
The procedure step name that a batch job was restarted to.
public JobStepRestartMarker withToProcStep(String toProcStep)
The procedure step name that a batch job was restarted to.
toProcStep - The procedure step name that a batch job was restarted to.public void setToStep(String toStep)
The step name that a job was restarted to.
toStep - The step name that a job was restarted to.public String getToStep()
The step name that a job was restarted to.
public JobStepRestartMarker withToStep(String toStep)
The step name that a job was restarted to.
toStep - The step name that a job was restarted to.public String toString()
toString in class ObjectObject.toString()public JobStepRestartMarker clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.