@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobStep extends Object implements Serializable, Cloneable, StructuredPojo
Provides information related to a job step.
| Constructor and Description |
|---|
JobStep() |
| Modifier and Type | Method and Description |
|---|---|
JobStep |
clone() |
boolean |
equals(Object obj) |
String |
getProcStepName()
The name of a procedure step.
|
Integer |
getProcStepNumber()
The number of a procedure step.
|
String |
getStepCondCode()
The condition code of a step.
|
String |
getStepName()
The name of a step.
|
Integer |
getStepNumber()
The number of a step.
|
Boolean |
getStepRestartable()
Specifies if a step can be restarted or not.
|
int |
hashCode() |
Boolean |
isStepRestartable()
Specifies if a step can be restarted or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProcStepName(String procStepName)
The name of a procedure step.
|
void |
setProcStepNumber(Integer procStepNumber)
The number of a procedure step.
|
void |
setStepCondCode(String stepCondCode)
The condition code of a step.
|
void |
setStepName(String stepName)
The name of a step.
|
void |
setStepNumber(Integer stepNumber)
The number of a step.
|
void |
setStepRestartable(Boolean stepRestartable)
Specifies if a step can be restarted or not.
|
String |
toString()
Returns a string representation of this object.
|
JobStep |
withProcStepName(String procStepName)
The name of a procedure step.
|
JobStep |
withProcStepNumber(Integer procStepNumber)
The number of a procedure step.
|
JobStep |
withStepCondCode(String stepCondCode)
The condition code of a step.
|
JobStep |
withStepName(String stepName)
The name of a step.
|
JobStep |
withStepNumber(Integer stepNumber)
The number of a step.
|
JobStep |
withStepRestartable(Boolean stepRestartable)
Specifies if a step can be restarted or not.
|
public void setProcStepName(String procStepName)
The name of a procedure step.
procStepName - The name of a procedure step.public String getProcStepName()
The name of a procedure step.
public JobStep withProcStepName(String procStepName)
The name of a procedure step.
procStepName - The name of a procedure step.public void setProcStepNumber(Integer procStepNumber)
The number of a procedure step.
procStepNumber - The number of a procedure step.public Integer getProcStepNumber()
The number of a procedure step.
public JobStep withProcStepNumber(Integer procStepNumber)
The number of a procedure step.
procStepNumber - The number of a procedure step.public void setStepCondCode(String stepCondCode)
The condition code of a step.
stepCondCode - The condition code of a step.public String getStepCondCode()
The condition code of a step.
public JobStep withStepCondCode(String stepCondCode)
The condition code of a step.
stepCondCode - The condition code of a step.public void setStepName(String stepName)
The name of a step.
stepName - The name of a step.public String getStepName()
The name of a step.
public JobStep withStepName(String stepName)
The name of a step.
stepName - The name of a step.public void setStepNumber(Integer stepNumber)
The number of a step.
stepNumber - The number of a step.public Integer getStepNumber()
The number of a step.
public JobStep withStepNumber(Integer stepNumber)
The number of a step.
stepNumber - The number of a step.public void setStepRestartable(Boolean stepRestartable)
Specifies if a step can be restarted or not.
stepRestartable - Specifies if a step can be restarted or not.public Boolean getStepRestartable()
Specifies if a step can be restarted or not.
public JobStep withStepRestartable(Boolean stepRestartable)
Specifies if a step can be restarted or not.
stepRestartable - Specifies if a step can be restarted or not.public Boolean isStepRestartable()
Specifies if a step can be restarted or not.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.