@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowResult |
addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
CreateWorkflowResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowResult |
clearWorkflowInputsEntries()
Removes all the entries added into WorkflowInputs.
|
CreateWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdsApplicationConfigurationId()
The configuration ID of the application configured in Application Discovery Service.
|
String |
getArn()
The Amazon Resource Name (ARN) of the migration workflow.
|
Date |
getCreationTime()
The time at which the migration workflow was created.
|
String |
getDescription()
The description of the migration workflow.
|
String |
getId()
The ID of the migration workflow.
|
String |
getName()
The name of the migration workflow.
|
String |
getStatus()
The status of the migration workflow.
|
List<String> |
getStepTargets()
The servers on which a step will be run.
|
Map<String,String> |
getTags()
The tags to add on a migration workflow.
|
String |
getTemplateId()
The ID of the template.
|
Map<String,StepInput> |
getWorkflowInputs()
The inputs for creating a migration workflow.
|
int |
hashCode() |
void |
setAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of 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 |
setId(String id)
The ID of the migration workflow.
|
void |
setName(String name)
The name of the migration workflow.
|
void |
setStatus(String status)
The status of the migration workflow.
|
void |
setStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
void |
setTags(Map<String,String> tags)
The tags to add on a migration workflow.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
void |
setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkflowResult |
withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
CreateWorkflowResult |
withCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
CreateWorkflowResult |
withDescription(String description)
The description of the migration workflow.
|
CreateWorkflowResult |
withId(String id)
The ID of the migration workflow.
|
CreateWorkflowResult |
withName(String name)
The name of the migration workflow.
|
CreateWorkflowResult |
withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
CreateWorkflowResult |
withStatus(String status)
The status of the migration workflow.
|
CreateWorkflowResult |
withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResult |
withStepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResult |
withTags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowResult |
withTemplateId(String templateId)
The ID of the template.
|
CreateWorkflowResult |
withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a 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 CreateWorkflowResult 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 CreateWorkflowResult 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 CreateWorkflowResult 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 CreateWorkflowResult 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 CreateWorkflowResult 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 CreateWorkflowResult 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 Map<String,StepInput> getWorkflowInputs()
The inputs for creating a migration workflow.
public void setWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
workflowInputs
- The inputs for creating a migration workflow.public CreateWorkflowResult withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
workflowInputs
- The inputs for creating a migration workflow.public CreateWorkflowResult addWorkflowInputsEntry(String key, StepInput value)
public CreateWorkflowResult clearWorkflowInputsEntries()
public List<String> getStepTargets()
The servers on which a step will be run.
public void setStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
stepTargets
- The servers on which a step will be run.public CreateWorkflowResult withStepTargets(String... stepTargets)
The servers on which a step will be run.
NOTE: This method appends the values to the existing list (if any). Use
setStepTargets(java.util.Collection)
or withStepTargets(java.util.Collection)
if you want to
override the existing values.
stepTargets
- The servers on which a step will be run.public CreateWorkflowResult withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
stepTargets
- The servers on which a step will be run.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 CreateWorkflowResult withStatus(String status)
The status of the migration workflow.
status
- The status of the migration workflow.MigrationWorkflowStatusEnum
public CreateWorkflowResult withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status
- The status of the migration workflow.MigrationWorkflowStatusEnum
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 CreateWorkflowResult withCreationTime(Date creationTime)
The time at which the migration workflow was created.
creationTime
- The time at which the migration workflow was created.public Map<String,String> getTags()
The tags to add on a migration workflow.
public void setTags(Map<String,String> tags)
The tags to add on a migration workflow.
tags
- The tags to add on a migration workflow.public CreateWorkflowResult withTags(Map<String,String> tags)
The tags to add on a migration workflow.
tags
- The tags to add on a migration workflow.public CreateWorkflowResult addTagsEntry(String key, String value)
public CreateWorkflowResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorkflowResult clone()