@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkflowStepRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkflowStepRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowStepRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the step.
|
String |
getId()
The ID of the step.
|
String |
getName()
The name of the step.
|
List<String> |
getNext()
The next step.
|
List<WorkflowStepOutput> |
getOutputs()
The outputs of a step.
|
List<String> |
getPrevious()
The previous step.
|
String |
getStatus()
The status of the step.
|
String |
getStepActionType()
The action type of the step.
|
String |
getStepGroupId()
The ID of the step group.
|
List<String> |
getStepTarget()
The servers on which a step will be run.
|
String |
getWorkflowId()
The ID of the migration workflow.
|
WorkflowStepAutomationConfiguration |
getWorkflowStepAutomationConfiguration()
The custom script to run tests on the source and target environments.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the step.
|
void |
setId(String id)
The ID of the step.
|
void |
setName(String name)
The name of the step.
|
void |
setNext(Collection<String> next)
The next step.
|
void |
setOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
|
void |
setPrevious(Collection<String> previous)
The previous step.
|
void |
setStatus(String status)
The status of the step.
|
void |
setStepActionType(String stepActionType)
The action type of the step.
|
void |
setStepGroupId(String stepGroupId)
The ID of the step group.
|
void |
setStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
void |
setWorkflowId(String workflowId)
The ID of the migration workflow.
|
void |
setWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkflowStepRequest |
withDescription(String description)
The description of the step.
|
UpdateWorkflowStepRequest |
withId(String id)
The ID of the step.
|
UpdateWorkflowStepRequest |
withName(String name)
The name of the step.
|
UpdateWorkflowStepRequest |
withNext(Collection<String> next)
The next step.
|
UpdateWorkflowStepRequest |
withNext(String... next)
The next step.
|
UpdateWorkflowStepRequest |
withOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest |
withOutputs(WorkflowStepOutput... outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest |
withPrevious(Collection<String> previous)
The previous step.
|
UpdateWorkflowStepRequest |
withPrevious(String... previous)
The previous step.
|
UpdateWorkflowStepRequest |
withStatus(StepStatus status)
The status of the step.
|
UpdateWorkflowStepRequest |
withStatus(String status)
The status of the step.
|
UpdateWorkflowStepRequest |
withStepActionType(StepActionType stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest |
withStepActionType(String stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest |
withStepGroupId(String stepGroupId)
The ID of the step group.
|
UpdateWorkflowStepRequest |
withStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest |
withStepTarget(String... stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest |
withWorkflowId(String workflowId)
The ID of the migration workflow.
|
UpdateWorkflowStepRequest |
withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateWorkflowStepRequest 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 UpdateWorkflowStepRequest 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 UpdateWorkflowStepRequest 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 UpdateWorkflowStepRequest withName(String name)
The name of the step.
name
- The name of the step.public void setDescription(String description)
The description of the step.
description
- The description of the step.public String getDescription()
The description of the step.
public UpdateWorkflowStepRequest withDescription(String description)
The description of the step.
description
- The description of the step.public void setStepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public String getStepActionType()
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
StepActionType
public UpdateWorkflowStepRequest withStepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public UpdateWorkflowStepRequest withStepActionType(StepActionType stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType
- The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType
public void setWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
workflowStepAutomationConfiguration
- The custom script to run tests on the source and target environments.public WorkflowStepAutomationConfiguration getWorkflowStepAutomationConfiguration()
The custom script to run tests on the source and target environments.
public UpdateWorkflowStepRequest withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
workflowStepAutomationConfiguration
- The custom script to run tests on the source and target environments.public List<String> getStepTarget()
The servers on which a step will be run.
public void setStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
stepTarget
- The servers on which a step will be run.public UpdateWorkflowStepRequest withStepTarget(String... stepTarget)
The servers on which a step will be run.
NOTE: This method appends the values to the existing list (if any). Use
setStepTarget(java.util.Collection)
or withStepTarget(java.util.Collection)
if you want to
override the existing values.
stepTarget
- The servers on which a step will be run.public UpdateWorkflowStepRequest withStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
stepTarget
- The servers on which a step will be run.public List<WorkflowStepOutput> getOutputs()
The outputs of a step.
public void setOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
outputs
- The outputs of a step.public UpdateWorkflowStepRequest withOutputs(WorkflowStepOutput... outputs)
The outputs of a step.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The outputs of a step.public UpdateWorkflowStepRequest withOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
outputs
- The outputs of a step.public void setPrevious(Collection<String> previous)
The previous step.
previous
- The previous step.public UpdateWorkflowStepRequest withPrevious(String... previous)
The previous step.
NOTE: This method appends the values to the existing list (if any). Use
setPrevious(java.util.Collection)
or withPrevious(java.util.Collection)
if you want to override
the existing values.
previous
- The previous step.public UpdateWorkflowStepRequest withPrevious(Collection<String> previous)
The previous step.
previous
- The previous step.public void setNext(Collection<String> next)
The next step.
next
- The next step.public UpdateWorkflowStepRequest withNext(String... next)
The next step.
NOTE: This method appends the values to the existing list (if any). Use
setNext(java.util.Collection)
or withNext(java.util.Collection)
if you want to override the
existing values.
next
- The next step.public UpdateWorkflowStepRequest withNext(Collection<String> next)
The next step.
next
- The next 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 UpdateWorkflowStepRequest withStatus(String status)
The status of the step.
status
- The status of the step.StepStatus
public UpdateWorkflowStepRequest 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 UpdateWorkflowStepRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()