@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowStepSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the step in a migration workflow.
| Constructor and Description |
|---|
WorkflowStepSummary() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the step.
|
String |
getName()
The name of the step.
|
List<String> |
getNext()
The next step.
|
Integer |
getNoOfSrvCompleted()
The number of servers that have been migrated.
|
Integer |
getNoOfSrvFailed()
The number of servers that have failed to migrate.
|
String |
getOwner()
The owner of the step.
|
List<String> |
getPrevious()
The previous step.
|
String |
getScriptLocation()
The location of the script.
|
String |
getStatus()
The status of the step.
|
String |
getStatusMessage()
The status message of the migration workflow.
|
String |
getStepActionType()
The action type of the step.
|
String |
getStepId()
The ID of the step.
|
Integer |
getTotalNoOfSrv()
The total number of servers that have been migrated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDescription(String description)
The description of the step.
|
void |
setName(String name)
The name of the step.
|
void |
setNext(Collection<String> next)
The next step.
|
void |
setNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
void |
setNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
void |
setOwner(String owner)
The owner of the step.
|
void |
setPrevious(Collection<String> previous)
The previous step.
|
void |
setScriptLocation(String scriptLocation)
The location of the script.
|
void |
setStatus(String status)
The status of the step.
|
void |
setStatusMessage(String statusMessage)
The status message of the migration workflow.
|
void |
setStepActionType(String stepActionType)
The action type of the step.
|
void |
setStepId(String stepId)
The ID of the step.
|
void |
setTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowStepSummary |
withDescription(String description)
The description of the step.
|
WorkflowStepSummary |
withName(String name)
The name of the step.
|
WorkflowStepSummary |
withNext(Collection<String> next)
The next step.
|
WorkflowStepSummary |
withNext(String... next)
The next step.
|
WorkflowStepSummary |
withNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
WorkflowStepSummary |
withNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
WorkflowStepSummary |
withOwner(Owner owner)
The owner of the step.
|
WorkflowStepSummary |
withOwner(String owner)
The owner of the step.
|
WorkflowStepSummary |
withPrevious(Collection<String> previous)
The previous step.
|
WorkflowStepSummary |
withPrevious(String... previous)
The previous step.
|
WorkflowStepSummary |
withScriptLocation(String scriptLocation)
The location of the script.
|
WorkflowStepSummary |
withStatus(StepStatus status)
The status of the step.
|
WorkflowStepSummary |
withStatus(String status)
The status of the step.
|
WorkflowStepSummary |
withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
WorkflowStepSummary |
withStepActionType(StepActionType stepActionType)
The action type of the step.
|
WorkflowStepSummary |
withStepActionType(String stepActionType)
The action type of the step.
|
WorkflowStepSummary |
withStepId(String stepId)
The ID of the step.
|
WorkflowStepSummary |
withTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
public void setStepId(String stepId)
The ID of the step.
stepId - The ID of the step.public String getStepId()
The ID of the step.
public WorkflowStepSummary withStepId(String stepId)
The ID of the step.
stepId - The ID of the step.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 WorkflowStepSummary withName(String name)
The name of the step.
name - The name 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.StepActionTypepublic 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.
StepActionTypepublic WorkflowStepSummary 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.StepActionTypepublic WorkflowStepSummary 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.StepActionTypepublic void setOwner(String owner)
The owner of the step.
owner - The owner of the step.Ownerpublic String getOwner()
The owner of the step.
Ownerpublic WorkflowStepSummary withOwner(String owner)
The owner of the step.
owner - The owner of the step.Ownerpublic WorkflowStepSummary withOwner(Owner owner)
The owner of the step.
owner - The owner of the step.Ownerpublic void setPrevious(Collection<String> previous)
The previous step.
previous - The previous step.public WorkflowStepSummary 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 WorkflowStepSummary 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 WorkflowStepSummary 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 WorkflowStepSummary 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.StepStatuspublic String getStatus()
The status of the step.
StepStatuspublic WorkflowStepSummary withStatus(String status)
The status of the step.
status - The status of the step.StepStatuspublic WorkflowStepSummary withStatus(StepStatus status)
The status of the step.
status - The status of the step.StepStatuspublic void setStatusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.public String getStatusMessage()
The status message of the migration workflow.
public WorkflowStepSummary withStatusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.public void setNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
noOfSrvCompleted - The number of servers that have been migrated.public Integer getNoOfSrvCompleted()
The number of servers that have been migrated.
public WorkflowStepSummary withNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
noOfSrvCompleted - The number of servers that have been migrated.public void setNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
noOfSrvFailed - The number of servers that have failed to migrate.public Integer getNoOfSrvFailed()
The number of servers that have failed to migrate.
public WorkflowStepSummary withNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
noOfSrvFailed - The number of servers that have failed to migrate.public void setTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
totalNoOfSrv - The total number of servers that have been migrated.public Integer getTotalNoOfSrv()
The total number of servers that have been migrated.
public WorkflowStepSummary withTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
totalNoOfSrv - The total number of servers that have been migrated.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 WorkflowStepSummary withDescription(String description)
The description of the step.
description - The description of the step.public void setScriptLocation(String scriptLocation)
The location of the script.
scriptLocation - The location of the script.public String getScriptLocation()
The location of the script.
public WorkflowStepSummary withScriptLocation(String scriptLocation)
The location of the script.
scriptLocation - The location of the script.public String toString()
toString in class ObjectObject.toString()public WorkflowStepSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.