@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryWorkflowStepResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RetryWorkflowStepResult() |
Modifier and Type | Method and Description |
---|---|
RetryWorkflowStepResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the step.
|
String |
getStatus()
The status of the step.
|
String |
getStepGroupId()
The ID of the step group.
|
String |
getWorkflowId()
The ID of the migration workflow.
|
int |
hashCode() |
void |
setId(String id)
The ID of the step.
|
void |
setStatus(String status)
The status of the step.
|
void |
setStepGroupId(String stepGroupId)
The ID of the step group.
|
void |
setWorkflowId(String workflowId)
The ID of the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
RetryWorkflowStepResult |
withId(String id)
The ID of the step.
|
RetryWorkflowStepResult |
withStatus(StepStatus status)
The status of the step.
|
RetryWorkflowStepResult |
withStatus(String status)
The status of the step.
|
RetryWorkflowStepResult |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
RetryWorkflowStepResult |
withWorkflowId(String workflowId)
The ID of the migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public String getStepGroupId()
The ID of the step group.
public RetryWorkflowStepResult withStepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId
- The ID of the step group.public void setWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public String getWorkflowId()
The ID of the migration workflow.
public RetryWorkflowStepResult withWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public void setId(String id)
The ID of the step.
id
- The ID of the step.public String getId()
The ID of the step.
public RetryWorkflowStepResult withId(String id)
The ID of the step.
id
- The ID of the step.public void setStatus(String status)
The status of the step.
status
- The status of the step.StepStatus
public String getStatus()
The status of the step.
StepStatus
public RetryWorkflowStepResult withStatus(String status)
The status of the step.
status
- The status of the step.StepStatus
public RetryWorkflowStepResult withStatus(StepStatus status)
The status of the step.
status
- The status of the step.StepStatus
public String toString()
toString
in class Object
Object.toString()
public RetryWorkflowStepResult clone()