@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowStepResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorkflowStepResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowStepResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the step.
|
String |
getName()
The name 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 |
setName(String name)
The name 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.
|
UpdateWorkflowStepResult |
withId(String id)
The ID of the step.
|
UpdateWorkflowStepResult |
withName(String name)
The name of the step.
|
UpdateWorkflowStepResult |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
UpdateWorkflowStepResult |
withWorkflowId(String workflowId)
The ID of the migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateWorkflowStepResult withId(String id)
The ID of the step.
id
- The ID of the step.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 UpdateWorkflowStepResult 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 UpdateWorkflowStepResult withWorkflowId(String workflowId)
The ID of the migration workflow.
workflowId
- The ID of the migration workflow.public void setName(String name)
The name of the step.
name
- The name of the step.public String getName()
The name of the step.
public UpdateWorkflowStepResult withName(String name)
The name of the step.
name
- The name of the step.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkflowStepResult clone()