@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 |
addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
GetWorkflowResult |
addParameterTemplateEntry(String key,
WorkflowParameter value)
Add a single ParameterTemplate entry
|
GetWorkflowResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetWorkflowResult |
clearMetadataEntries()
Removes all the entries added into Metadata.
|
GetWorkflowResult |
clearParameterTemplateEntries()
Removes all the entries added into ParameterTemplate.
|
GetWorkflowResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccelerators()
The computational accelerator specified to run the workflow.
|
String |
getArn()
The workflow's ARN.
|
Date |
getCreationTime()
When the workflow was created.
|
String |
getDefinition()
The workflow's definition.
|
String |
getDescription()
The workflow's description.
|
String |
getDigest()
The workflow's digest.
|
String |
getEngine()
The workflow's engine.
|
String |
getId()
The workflow's ID.
|
String |
getMain()
The path of the main definition file for the workflow.
|
Map<String,String> |
getMetadata()
Gets metadata for workflow.
|
String |
getName()
The workflow's name.
|
Map<String,WorkflowParameter> |
getParameterTemplate()
The workflow's parameter template.
|
String |
getStatus()
The workflow's status.
|
String |
getStatusMessage()
The workflow's status message.
|
Integer |
getStorageCapacity()
The workflow's storage capacity in gibibytes.
|
Map<String,String> |
getTags()
The workflow's tags.
|
String |
getType()
The workflow's type.
|
int |
hashCode() |
void |
setAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
void |
setArn(String arn)
The workflow's ARN.
|
void |
setCreationTime(Date creationTime)
When the workflow was created.
|
void |
setDefinition(String definition)
The workflow's definition.
|
void |
setDescription(String description)
The workflow's description.
|
void |
setDigest(String digest)
The workflow's digest.
|
void |
setEngine(String engine)
The workflow's engine.
|
void |
setId(String id)
The workflow's ID.
|
void |
setMain(String main)
The path of the main definition file for the workflow.
|
void |
setMetadata(Map<String,String> metadata)
Gets metadata for workflow.
|
void |
setName(String name)
The workflow's name.
|
void |
setParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
|
void |
setStatus(String status)
The workflow's status.
|
void |
setStatusMessage(String statusMessage)
The workflow's status message.
|
void |
setStorageCapacity(Integer storageCapacity)
The workflow's storage capacity in gibibytes.
|
void |
setTags(Map<String,String> tags)
The workflow's tags.
|
void |
setType(String type)
The workflow's type.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowResult |
withAccelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResult |
withAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResult |
withArn(String arn)
The workflow's ARN.
|
GetWorkflowResult |
withCreationTime(Date creationTime)
When the workflow was created.
|
GetWorkflowResult |
withDefinition(String definition)
The workflow's definition.
|
GetWorkflowResult |
withDescription(String description)
The workflow's description.
|
GetWorkflowResult |
withDigest(String digest)
The workflow's digest.
|
GetWorkflowResult |
withEngine(String engine)
The workflow's engine.
|
GetWorkflowResult |
withEngine(WorkflowEngine engine)
The workflow's engine.
|
GetWorkflowResult |
withId(String id)
The workflow's ID.
|
GetWorkflowResult |
withMain(String main)
The path of the main definition file for the workflow.
|
GetWorkflowResult |
withMetadata(Map<String,String> metadata)
Gets metadata for workflow.
|
GetWorkflowResult |
withName(String name)
The workflow's name.
|
GetWorkflowResult |
withParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
|
GetWorkflowResult |
withStatus(String status)
The workflow's status.
|
GetWorkflowResult |
withStatus(WorkflowStatus status)
The workflow's status.
|
GetWorkflowResult |
withStatusMessage(String statusMessage)
The workflow's status message.
|
GetWorkflowResult |
withStorageCapacity(Integer storageCapacity)
The workflow's storage capacity in gibibytes.
|
GetWorkflowResult |
withTags(Map<String,String> tags)
The workflow's tags.
|
GetWorkflowResult |
withType(String type)
The workflow's type.
|
GetWorkflowResult |
withType(WorkflowType type)
The workflow's type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public String getArn()
The workflow's ARN.
public GetWorkflowResult withArn(String arn)
The workflow's ARN.
arn
- The workflow's ARN.public void setId(String id)
The workflow's ID.
id
- The workflow's ID.public String getId()
The workflow's ID.
public GetWorkflowResult withId(String id)
The workflow's ID.
id
- The workflow's ID.public void setStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public String getStatus()
The workflow's status.
WorkflowStatus
public GetWorkflowResult withStatus(String status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public GetWorkflowResult withStatus(WorkflowStatus status)
The workflow's status.
status
- The workflow's status.WorkflowStatus
public void setType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public String getType()
The workflow's type.
WorkflowType
public GetWorkflowResult withType(String type)
The workflow's type.
type
- The workflow's type.WorkflowType
public GetWorkflowResult withType(WorkflowType type)
The workflow's type.
type
- The workflow's type.WorkflowType
public void setName(String name)
The workflow's name.
name
- The workflow's name.public String getName()
The workflow's name.
public GetWorkflowResult withName(String name)
The workflow's name.
name
- The workflow's name.public void setDescription(String description)
The workflow's description.
description
- The workflow's description.public String getDescription()
The workflow's description.
public GetWorkflowResult withDescription(String description)
The workflow's description.
description
- The workflow's description.public void setEngine(String engine)
The workflow's engine.
engine
- The workflow's engine.WorkflowEngine
public String getEngine()
The workflow's engine.
WorkflowEngine
public GetWorkflowResult withEngine(String engine)
The workflow's engine.
engine
- The workflow's engine.WorkflowEngine
public GetWorkflowResult withEngine(WorkflowEngine engine)
The workflow's engine.
engine
- The workflow's engine.WorkflowEngine
public void setDefinition(String definition)
The workflow's definition.
definition
- The workflow's definition.public String getDefinition()
The workflow's definition.
public GetWorkflowResult withDefinition(String definition)
The workflow's definition.
definition
- The workflow's definition.public void setMain(String main)
The path of the main definition file for the workflow.
main
- The path of the main definition file for the workflow.public String getMain()
The path of the main definition file for the workflow.
public GetWorkflowResult withMain(String main)
The path of the main definition file for the workflow.
main
- The path of the main definition file for the workflow.public void setDigest(String digest)
The workflow's digest.
digest
- The workflow's digest.public String getDigest()
The workflow's digest.
public GetWorkflowResult withDigest(String digest)
The workflow's digest.
digest
- The workflow's digest.public Map<String,WorkflowParameter> getParameterTemplate()
The workflow's parameter template.
public void setParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
parameterTemplate
- The workflow's parameter template.public GetWorkflowResult withParameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
parameterTemplate
- The workflow's parameter template.public GetWorkflowResult addParameterTemplateEntry(String key, WorkflowParameter value)
public GetWorkflowResult clearParameterTemplateEntries()
public void setStorageCapacity(Integer storageCapacity)
The workflow's storage capacity in gibibytes.
storageCapacity
- The workflow's storage capacity in gibibytes.public Integer getStorageCapacity()
The workflow's storage capacity in gibibytes.
public GetWorkflowResult withStorageCapacity(Integer storageCapacity)
The workflow's storage capacity in gibibytes.
storageCapacity
- The workflow's storage capacity in gibibytes.public void setCreationTime(Date creationTime)
When the workflow was created.
creationTime
- When the workflow was created.public Date getCreationTime()
When the workflow was created.
public GetWorkflowResult withCreationTime(Date creationTime)
When the workflow was created.
creationTime
- When the workflow was created.public void setStatusMessage(String statusMessage)
The workflow's status message.
statusMessage
- The workflow's status message.public String getStatusMessage()
The workflow's status message.
public GetWorkflowResult withStatusMessage(String statusMessage)
The workflow's status message.
statusMessage
- The workflow's status message.public void setTags(Map<String,String> tags)
The workflow's tags.
tags
- The workflow's tags.public GetWorkflowResult withTags(Map<String,String> tags)
The workflow's tags.
tags
- The workflow's tags.public GetWorkflowResult addTagsEntry(String key, String value)
public GetWorkflowResult clearTagsEntries()
public Map<String,String> getMetadata()
Gets metadata for workflow.
public void setMetadata(Map<String,String> metadata)
Gets metadata for workflow.
metadata
- Gets metadata for workflow.public GetWorkflowResult withMetadata(Map<String,String> metadata)
Gets metadata for workflow.
metadata
- Gets metadata for workflow.public GetWorkflowResult addMetadataEntry(String key, String value)
public GetWorkflowResult clearMetadataEntries()
public void setAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
accelerators
- The computational accelerator specified to run the workflow.Accelerators
public String getAccelerators()
The computational accelerator specified to run the workflow.
Accelerators
public GetWorkflowResult withAccelerators(String accelerators)
The computational accelerator specified to run the workflow.
accelerators
- The computational accelerator specified to run the workflow.Accelerators
public GetWorkflowResult withAccelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
accelerators
- The computational accelerator specified to run the workflow.Accelerators
public String toString()
toString
in class Object
Object.toString()
public GetWorkflowResult clone()