@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestartBatchJobIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
An identifier for the StartBatchJob API to show that it is a restart operation.
Constructor and Description |
---|
RestartBatchJobIdentifier() |
Modifier and Type | Method and Description |
---|---|
RestartBatchJobIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionId()
The executionId from the StartBatchJob response when the job ran for the first time.
|
JobStepRestartMarker |
getJobStepRestartMarker()
The restart step information for the most recent restart operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionId(String executionId)
The executionId from the StartBatchJob response when the job ran for the first time.
|
void |
setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
|
String |
toString()
Returns a string representation of this object.
|
RestartBatchJobIdentifier |
withExecutionId(String executionId)
The executionId from the StartBatchJob response when the job ran for the first time.
|
RestartBatchJobIdentifier |
withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
|
public void setExecutionId(String executionId)
The executionId from the StartBatchJob response when the job ran for the first time.
executionId
- The executionId from the StartBatchJob response when the job ran for the first time.public String getExecutionId()
The executionId from the StartBatchJob response when the job ran for the first time.
public RestartBatchJobIdentifier withExecutionId(String executionId)
The executionId from the StartBatchJob response when the job ran for the first time.
executionId
- The executionId from the StartBatchJob response when the job ran for the first time.public void setJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
jobStepRestartMarker
- The restart step information for the most recent restart operation.public JobStepRestartMarker getJobStepRestartMarker()
The restart step information for the most recent restart operation.
public RestartBatchJobIdentifier withJobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart step information for the most recent restart operation.
jobStepRestartMarker
- The restart step information for the most recent restart operation.public String toString()
toString
in class Object
Object.toString()
public RestartBatchJobIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.