@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetWorkflowResult |
addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
GetWorkflowResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetWorkflowResult |
clearWorkflowInputsEntries()
Removes all the entries added into WorkflowInputs.
|
GetWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdsApplicationConfigurationId()
The configuration ID of the application configured in Application Discovery Service.
|
String |
getAdsApplicationName()
The name of the application configured in Application Discovery Service.
|
String |
getArn()
The Amazon Resource Name (ARN) of the migration workflow.
|
Integer |
getCompletedSteps()
Get a list of completed steps in the migration workflow.
|
Date |
getCreationTime()
The time at which the migration workflow was created.
|
String |
getDescription()
The description of the migration workflow.
|
Date |
getEndTime()
The time at which the migration workflow ended.
|
String |
getId()
The ID of the migration workflow.
|
Date |
getLastModifiedTime()
The time at which the migration workflow was last modified.
|
Date |
getLastStartTime()
The time at which the migration workflow was last started.
|
Date |
getLastStopTime()
The time at which the migration workflow was last stopped.
|
String |
getName()
The name of the migration workflow.
|
String |
getStatus()
The status of the migration workflow.
|
String |
getStatusMessage()
The status message of the migration workflow.
|
Map<String,String> |
getTags()
The tags added to the migration workflow.
|
String |
getTemplateId()
The ID of the template.
|
List<Tool> |
getTools()
List of AWS services utilized in a migration workflow.
|
Integer |
getTotalSteps()
The total number of steps in the migration workflow.
|
String |
getWorkflowBucket()
The Amazon S3 bucket where the migration logs are stored.
|
Map<String,StepInput> |
getWorkflowInputs()
The inputs required for creating the migration workflow.
|
int |
hashCode() |
void |
setAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
void |
setAdsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
void |
setCompletedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
|
void |
setCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
void |
setDescription(String description)
The description of the migration workflow.
|
void |
setEndTime(Date endTime)
The time at which the migration workflow ended.
|
void |
setId(String id)
The ID of the migration workflow.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
|
void |
setLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
void |
setLastStopTime(Date lastStopTime)
The time at which the migration workflow was last stopped.
|
void |
setName(String name)
The name of the migration workflow.
|
void |
setStatus(String status)
The status of the migration workflow.
|
void |
setStatusMessage(String statusMessage)
The status message of the migration workflow.
|
void |
setTags(Map<String,String> tags)
The tags added to the migration workflow.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
void |
setTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
void |
setTotalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
|
void |
setWorkflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
|
void |
setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowResult |
withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
GetWorkflowResult |
withAdsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
|
GetWorkflowResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
GetWorkflowResult |
withCompletedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
|
GetWorkflowResult |
withCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
GetWorkflowResult |
withDescription(String description)
The description of the migration workflow.
|
GetWorkflowResult |
withEndTime(Date endTime)
The time at which the migration workflow ended.
|
GetWorkflowResult |
withId(String id)
The ID of the migration workflow.
|
GetWorkflowResult |
withLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
|
GetWorkflowResult |
withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
GetWorkflowResult |
withLastStopTime(Date lastStopTime)
The time at which the migration workflow was last stopped.
|
GetWorkflowResult |
withName(String name)
The name of the migration workflow.
|
GetWorkflowResult |
withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
GetWorkflowResult |
withStatus(String status)
The status of the migration workflow.
|
GetWorkflowResult |
withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
GetWorkflowResult |
withTags(Map<String,String> tags)
The tags added to the migration workflow.
|
GetWorkflowResult |
withTemplateId(String templateId)
The ID of the template.
|
GetWorkflowResult |
withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResult |
withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResult |
withTotalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
|
GetWorkflowResult |
withWorkflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
|
GetWorkflowResult |
withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the migration workflow.
id
- The ID of the migration workflow.public String getId()
The ID of the migration workflow.
public GetWorkflowResult withId(String id)
The ID of the migration workflow.
id
- The ID of the migration workflow.public void setArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn
- The Amazon Resource Name (ARN) of the migration workflow.public String getArn()
The Amazon Resource Name (ARN) of the migration workflow.
public GetWorkflowResult withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn
- The Amazon Resource Name (ARN) of the migration workflow.public void setName(String name)
The name of the migration workflow.
name
- The name of the migration workflow.public String getName()
The name of the migration workflow.
public GetWorkflowResult withName(String name)
The name of the migration workflow.
name
- The name of the migration workflow.public void setDescription(String description)
The description of the migration workflow.
description
- The description of the migration workflow.public String getDescription()
The description of the migration workflow.
public GetWorkflowResult withDescription(String description)
The description of the migration workflow.
description
- The description of the migration workflow.public void setTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public String getTemplateId()
The ID of the template.
public GetWorkflowResult withTemplateId(String templateId)
The ID of the template.
templateId
- The ID of the template.public void setAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
adsApplicationConfigurationId
- The configuration ID of the application configured in Application Discovery Service.public String getAdsApplicationConfigurationId()
The configuration ID of the application configured in Application Discovery Service.
public GetWorkflowResult withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
adsApplicationConfigurationId
- The configuration ID of the application configured in Application Discovery Service.public void setAdsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
adsApplicationName
- The name of the application configured in Application Discovery Service.public String getAdsApplicationName()
The name of the application configured in Application Discovery Service.
public GetWorkflowResult withAdsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
adsApplicationName
- The name of the application configured in Application Discovery Service.public void setStatus(String status)
The status of the migration workflow.
status
- The status of the migration workflow.MigrationWorkflowStatusEnum
public String getStatus()
The status of the migration workflow.
MigrationWorkflowStatusEnum
public GetWorkflowResult withStatus(String status)
The status of the migration workflow.
status
- The status of the migration workflow.MigrationWorkflowStatusEnum
public GetWorkflowResult withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status
- The status of the migration workflow.MigrationWorkflowStatusEnum
public 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 GetWorkflowResult withStatusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage
- The status message of the migration workflow.public void setCreationTime(Date creationTime)
The time at which the migration workflow was created.
creationTime
- The time at which the migration workflow was created.public Date getCreationTime()
The time at which the migration workflow was created.
public GetWorkflowResult withCreationTime(Date creationTime)
The time at which the migration workflow was created.
creationTime
- The time at which the migration workflow was created.public void setLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
lastStartTime
- The time at which the migration workflow was last started.public Date getLastStartTime()
The time at which the migration workflow was last started.
public GetWorkflowResult withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
lastStartTime
- The time at which the migration workflow was last started.public void setLastStopTime(Date lastStopTime)
The time at which the migration workflow was last stopped.
lastStopTime
- The time at which the migration workflow was last stopped.public Date getLastStopTime()
The time at which the migration workflow was last stopped.
public GetWorkflowResult withLastStopTime(Date lastStopTime)
The time at which the migration workflow was last stopped.
lastStopTime
- The time at which the migration workflow was last stopped.public void setLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
lastModifiedTime
- The time at which the migration workflow was last modified.public Date getLastModifiedTime()
The time at which the migration workflow was last modified.
public GetWorkflowResult withLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
lastModifiedTime
- The time at which the migration workflow was last modified.public void setEndTime(Date endTime)
The time at which the migration workflow ended.
endTime
- The time at which the migration workflow ended.public Date getEndTime()
The time at which the migration workflow ended.
public GetWorkflowResult withEndTime(Date endTime)
The time at which the migration workflow ended.
endTime
- The time at which the migration workflow ended.public List<Tool> getTools()
List of AWS services utilized in a migration workflow.
public void setTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools
- List of AWS services utilized in a migration workflow.public GetWorkflowResult withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
NOTE: This method appends the values to the existing list (if any). Use
setTools(java.util.Collection)
or withTools(java.util.Collection)
if you want to override the
existing values.
tools
- List of AWS services utilized in a migration workflow.public GetWorkflowResult withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools
- List of AWS services utilized in a migration workflow.public void setTotalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
totalSteps
- The total number of steps in the migration workflow.public Integer getTotalSteps()
The total number of steps in the migration workflow.
public GetWorkflowResult withTotalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
totalSteps
- The total number of steps in the migration workflow.public void setCompletedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
completedSteps
- Get a list of completed steps in the migration workflow.public Integer getCompletedSteps()
Get a list of completed steps in the migration workflow.
public GetWorkflowResult withCompletedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
completedSteps
- Get a list of completed steps in the migration workflow.public Map<String,StepInput> getWorkflowInputs()
The inputs required for creating the migration workflow.
public void setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
workflowInputs
- The inputs required for creating the migration workflow.public GetWorkflowResult withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
workflowInputs
- The inputs required for creating the migration workflow.public GetWorkflowResult addWorkflowInputsEntry(String key, StepInput value)
public GetWorkflowResult clearWorkflowInputsEntries()
public Map<String,String> getTags()
The tags added to the migration workflow.
public void setTags(Map<String,String> tags)
The tags added to the migration workflow.
tags
- The tags added to the migration workflow.public GetWorkflowResult withTags(Map<String,String> tags)
The tags added to the migration workflow.
tags
- The tags added to the migration workflow.public GetWorkflowResult addTagsEntry(String key, String value)
public GetWorkflowResult clearTagsEntries()
public void setWorkflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
workflowBucket
- The Amazon S3 bucket where the migration logs are stored.public String getWorkflowBucket()
The Amazon S3 bucket where the migration logs are stored.
public GetWorkflowResult withWorkflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
workflowBucket
- The Amazon S3 bucket where the migration logs are stored.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowResult clone()