@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRunResult() |
Modifier and Type | Method and Description |
---|---|
GetRunResult |
addResourceDigestsEntry(String key,
String value)
Add a single ResourceDigests entry
|
GetRunResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRunResult |
clearResourceDigestsEntries()
Removes all the entries added into ResourceDigests.
|
GetRunResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccelerators()
The computational accelerator used to run the workflow.
|
String |
getArn()
The run's ARN.
|
Date |
getCreationTime()
When the run was created.
|
String |
getDefinition()
The run's definition.
|
String |
getDigest()
The run's digest.
|
String |
getFailureReason()
The reason a run has failed.
|
String |
getId()
The run's ID.
|
String |
getLogLevel()
The run's log level.
|
RunLogLocation |
getLogLocation()
The location of the run log.
|
String |
getName()
The run's name.
|
String |
getOutputUri()
The run's output URI.
|
Integer |
getPriority()
The run's priority.
|
Map<String,String> |
getResourceDigests()
The run's resource digests.
|
String |
getRetentionMode()
The run's retention mode.
|
String |
getRoleArn()
The run's service role ARN.
|
String |
getRunGroupId()
The run's group ID.
|
String |
getRunId()
The run's ID.
|
String |
getRunOutputUri()
The destination for workflow outputs.
|
String |
getStartedBy()
Who started the run.
|
Date |
getStartTime()
When the run started.
|
String |
getStatus()
The run's status.
|
String |
getStatusMessage()
The run's status message.
|
Date |
getStopTime()
The run's stop time.
|
Integer |
getStorageCapacity()
The run's storage capacity in gibibytes.
|
String |
getStorageType()
The run's storage type.
|
Map<String,String> |
getTags()
The run's tags.
|
String |
getUuid()
The universally unique identifier for a run.
|
String |
getWorkflowId()
The run's workflow ID.
|
String |
getWorkflowOwnerId()
The ID of the workflow owner.
|
String |
getWorkflowType()
The run's workflow type.
|
int |
hashCode() |
void |
setAccelerators(String accelerators)
The computational accelerator used to run the workflow.
|
void |
setArn(String arn)
The run's ARN.
|
void |
setCreationTime(Date creationTime)
When the run was created.
|
void |
setDefinition(String definition)
The run's definition.
|
void |
setDigest(String digest)
The run's digest.
|
void |
setFailureReason(String failureReason)
The reason a run has failed.
|
void |
setId(String id)
The run's ID.
|
void |
setLogLevel(String logLevel)
The run's log level.
|
void |
setLogLocation(RunLogLocation logLocation)
The location of the run log.
|
void |
setName(String name)
The run's name.
|
void |
setOutputUri(String outputUri)
The run's output URI.
|
void |
setPriority(Integer priority)
The run's priority.
|
void |
setResourceDigests(Map<String,String> resourceDigests)
The run's resource digests.
|
void |
setRetentionMode(String retentionMode)
The run's retention mode.
|
void |
setRoleArn(String roleArn)
The run's service role ARN.
|
void |
setRunGroupId(String runGroupId)
The run's group ID.
|
void |
setRunId(String runId)
The run's ID.
|
void |
setRunOutputUri(String runOutputUri)
The destination for workflow outputs.
|
void |
setStartedBy(String startedBy)
Who started the run.
|
void |
setStartTime(Date startTime)
When the run started.
|
void |
setStatus(String status)
The run's status.
|
void |
setStatusMessage(String statusMessage)
The run's status message.
|
void |
setStopTime(Date stopTime)
The run's stop time.
|
void |
setStorageCapacity(Integer storageCapacity)
The run's storage capacity in gibibytes.
|
void |
setStorageType(String storageType)
The run's storage type.
|
void |
setTags(Map<String,String> tags)
The run's tags.
|
void |
setUuid(String uuid)
The universally unique identifier for a run.
|
void |
setWorkflowId(String workflowId)
The run's workflow ID.
|
void |
setWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
|
void |
setWorkflowType(String workflowType)
The run's workflow type.
|
String |
toString()
Returns a string representation of this object.
|
GetRunResult |
withAccelerators(Accelerators accelerators)
The computational accelerator used to run the workflow.
|
GetRunResult |
withAccelerators(String accelerators)
The computational accelerator used to run the workflow.
|
GetRunResult |
withArn(String arn)
The run's ARN.
|
GetRunResult |
withCreationTime(Date creationTime)
When the run was created.
|
GetRunResult |
withDefinition(String definition)
The run's definition.
|
GetRunResult |
withDigest(String digest)
The run's digest.
|
GetRunResult |
withFailureReason(String failureReason)
The reason a run has failed.
|
GetRunResult |
withId(String id)
The run's ID.
|
GetRunResult |
withLogLevel(RunLogLevel logLevel)
The run's log level.
|
GetRunResult |
withLogLevel(String logLevel)
The run's log level.
|
GetRunResult |
withLogLocation(RunLogLocation logLocation)
The location of the run log.
|
GetRunResult |
withName(String name)
The run's name.
|
GetRunResult |
withOutputUri(String outputUri)
The run's output URI.
|
GetRunResult |
withPriority(Integer priority)
The run's priority.
|
GetRunResult |
withResourceDigests(Map<String,String> resourceDigests)
The run's resource digests.
|
GetRunResult |
withRetentionMode(RunRetentionMode retentionMode)
The run's retention mode.
|
GetRunResult |
withRetentionMode(String retentionMode)
The run's retention mode.
|
GetRunResult |
withRoleArn(String roleArn)
The run's service role ARN.
|
GetRunResult |
withRunGroupId(String runGroupId)
The run's group ID.
|
GetRunResult |
withRunId(String runId)
The run's ID.
|
GetRunResult |
withRunOutputUri(String runOutputUri)
The destination for workflow outputs.
|
GetRunResult |
withStartedBy(String startedBy)
Who started the run.
|
GetRunResult |
withStartTime(Date startTime)
When the run started.
|
GetRunResult |
withStatus(RunStatus status)
The run's status.
|
GetRunResult |
withStatus(String status)
The run's status.
|
GetRunResult |
withStatusMessage(String statusMessage)
The run's status message.
|
GetRunResult |
withStopTime(Date stopTime)
The run's stop time.
|
GetRunResult |
withStorageCapacity(Integer storageCapacity)
The run's storage capacity in gibibytes.
|
GetRunResult |
withStorageType(StorageType storageType)
The run's storage type.
|
GetRunResult |
withStorageType(String storageType)
The run's storage type.
|
GetRunResult |
withTags(Map<String,String> tags)
The run's tags.
|
GetRunResult |
withUuid(String uuid)
The universally unique identifier for a run.
|
GetRunResult |
withWorkflowId(String workflowId)
The run's workflow ID.
|
GetRunResult |
withWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
|
GetRunResult |
withWorkflowType(String workflowType)
The run's workflow type.
|
GetRunResult |
withWorkflowType(WorkflowType workflowType)
The run's workflow type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The run's ARN.
arn
- The run's ARN.public String getArn()
The run's ARN.
public GetRunResult withArn(String arn)
The run's ARN.
arn
- The run's ARN.public void setId(String id)
The run's ID.
id
- The run's ID.public String getId()
The run's ID.
public GetRunResult withId(String id)
The run's ID.
id
- The run's ID.public void setStatus(String status)
The run's status.
status
- The run's status.RunStatus
public String getStatus()
The run's status.
RunStatus
public GetRunResult withStatus(String status)
The run's status.
status
- The run's status.RunStatus
public GetRunResult withStatus(RunStatus status)
The run's status.
status
- The run's status.RunStatus
public void setWorkflowId(String workflowId)
The run's workflow ID.
workflowId
- The run's workflow ID.public String getWorkflowId()
The run's workflow ID.
public GetRunResult withWorkflowId(String workflowId)
The run's workflow ID.
workflowId
- The run's workflow ID.public void setWorkflowType(String workflowType)
The run's workflow type.
workflowType
- The run's workflow type.WorkflowType
public String getWorkflowType()
The run's workflow type.
WorkflowType
public GetRunResult withWorkflowType(String workflowType)
The run's workflow type.
workflowType
- The run's workflow type.WorkflowType
public GetRunResult withWorkflowType(WorkflowType workflowType)
The run's workflow type.
workflowType
- The run's workflow type.WorkflowType
public void setRunId(String runId)
The run's ID.
runId
- The run's ID.public String getRunId()
The run's ID.
public GetRunResult withRunId(String runId)
The run's ID.
runId
- The run's ID.public void setRoleArn(String roleArn)
The run's service role ARN.
roleArn
- The run's service role ARN.public String getRoleArn()
The run's service role ARN.
public GetRunResult withRoleArn(String roleArn)
The run's service role ARN.
roleArn
- The run's service role ARN.public void setName(String name)
The run's name.
name
- The run's name.public String getName()
The run's name.
public GetRunResult withName(String name)
The run's name.
name
- The run's name.public void setRunGroupId(String runGroupId)
The run's group ID.
runGroupId
- The run's group ID.public String getRunGroupId()
The run's group ID.
public GetRunResult withRunGroupId(String runGroupId)
The run's group ID.
runGroupId
- The run's group ID.public void setPriority(Integer priority)
The run's priority.
priority
- The run's priority.public Integer getPriority()
The run's priority.
public GetRunResult withPriority(Integer priority)
The run's priority.
priority
- The run's priority.public void setDefinition(String definition)
The run's definition.
definition
- The run's definition.public String getDefinition()
The run's definition.
public GetRunResult withDefinition(String definition)
The run's definition.
definition
- The run's definition.public void setDigest(String digest)
The run's digest.
digest
- The run's digest.public String getDigest()
The run's digest.
public GetRunResult withDigest(String digest)
The run's digest.
digest
- The run's digest.public void setStorageCapacity(Integer storageCapacity)
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
storageCapacity
- The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is
the maximum amount of storage used during the run.public Integer getStorageCapacity()
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
public GetRunResult withStorageCapacity(Integer storageCapacity)
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
storageCapacity
- The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is
the maximum amount of storage used during the run.public void setOutputUri(String outputUri)
The run's output URI.
outputUri
- The run's output URI.public String getOutputUri()
The run's output URI.
public GetRunResult withOutputUri(String outputUri)
The run's output URI.
outputUri
- The run's output URI.public void setLogLevel(String logLevel)
The run's log level.
logLevel
- The run's log level.RunLogLevel
public String getLogLevel()
The run's log level.
RunLogLevel
public GetRunResult withLogLevel(String logLevel)
The run's log level.
logLevel
- The run's log level.RunLogLevel
public GetRunResult withLogLevel(RunLogLevel logLevel)
The run's log level.
logLevel
- The run's log level.RunLogLevel
public Map<String,String> getResourceDigests()
The run's resource digests.
public void setResourceDigests(Map<String,String> resourceDigests)
The run's resource digests.
resourceDigests
- The run's resource digests.public GetRunResult withResourceDigests(Map<String,String> resourceDigests)
The run's resource digests.
resourceDigests
- The run's resource digests.public GetRunResult addResourceDigestsEntry(String key, String value)
public GetRunResult clearResourceDigestsEntries()
public void setStartedBy(String startedBy)
Who started the run.
startedBy
- Who started the run.public String getStartedBy()
Who started the run.
public GetRunResult withStartedBy(String startedBy)
Who started the run.
startedBy
- Who started the run.public void setCreationTime(Date creationTime)
When the run was created.
creationTime
- When the run was created.public Date getCreationTime()
When the run was created.
public GetRunResult withCreationTime(Date creationTime)
When the run was created.
creationTime
- When the run was created.public void setStartTime(Date startTime)
When the run started.
startTime
- When the run started.public Date getStartTime()
When the run started.
public GetRunResult withStartTime(Date startTime)
When the run started.
startTime
- When the run started.public void setStopTime(Date stopTime)
The run's stop time.
stopTime
- The run's stop time.public Date getStopTime()
The run's stop time.
public GetRunResult withStopTime(Date stopTime)
The run's stop time.
stopTime
- The run's stop time.public void setStatusMessage(String statusMessage)
The run's status message.
statusMessage
- The run's status message.public String getStatusMessage()
The run's status message.
public GetRunResult withStatusMessage(String statusMessage)
The run's status message.
statusMessage
- The run's status message.public void setTags(Map<String,String> tags)
The run's tags.
tags
- The run's tags.public GetRunResult withTags(Map<String,String> tags)
The run's tags.
tags
- The run's tags.public GetRunResult addTagsEntry(String key, String value)
public GetRunResult clearTagsEntries()
public void setAccelerators(String accelerators)
The computational accelerator used to run the workflow.
accelerators
- The computational accelerator used to run the workflow.Accelerators
public String getAccelerators()
The computational accelerator used to run the workflow.
Accelerators
public GetRunResult withAccelerators(String accelerators)
The computational accelerator used to run the workflow.
accelerators
- The computational accelerator used to run the workflow.Accelerators
public GetRunResult withAccelerators(Accelerators accelerators)
The computational accelerator used to run the workflow.
accelerators
- The computational accelerator used to run the workflow.Accelerators
public void setRetentionMode(String retentionMode)
The run's retention mode.
retentionMode
- The run's retention mode.RunRetentionMode
public String getRetentionMode()
The run's retention mode.
RunRetentionMode
public GetRunResult withRetentionMode(String retentionMode)
The run's retention mode.
retentionMode
- The run's retention mode.RunRetentionMode
public GetRunResult withRetentionMode(RunRetentionMode retentionMode)
The run's retention mode.
retentionMode
- The run's retention mode.RunRetentionMode
public void setFailureReason(String failureReason)
The reason a run has failed.
failureReason
- The reason a run has failed.public String getFailureReason()
The reason a run has failed.
public GetRunResult withFailureReason(String failureReason)
The reason a run has failed.
failureReason
- The reason a run has failed.public void setLogLocation(RunLogLocation logLocation)
The location of the run log.
logLocation
- The location of the run log.public RunLogLocation getLogLocation()
The location of the run log.
public GetRunResult withLogLocation(RunLogLocation logLocation)
The location of the run log.
logLocation
- The location of the run log.public void setUuid(String uuid)
The universally unique identifier for a run.
uuid
- The universally unique identifier for a run.public String getUuid()
The universally unique identifier for a run.
public GetRunResult withUuid(String uuid)
The universally unique identifier for a run.
uuid
- The universally unique identifier for a run.public void setRunOutputUri(String runOutputUri)
The destination for workflow outputs.
runOutputUri
- The destination for workflow outputs.public String getRunOutputUri()
The destination for workflow outputs.
public GetRunResult withRunOutputUri(String runOutputUri)
The destination for workflow outputs.
runOutputUri
- The destination for workflow outputs.public void setStorageType(String storageType)
The run's storage type.
storageType
- The run's storage type.StorageType
public String getStorageType()
The run's storage type.
StorageType
public GetRunResult withStorageType(String storageType)
The run's storage type.
storageType
- The run's storage type.StorageType
public GetRunResult withStorageType(StorageType storageType)
The run's storage type.
storageType
- The run's storage type.StorageType
public void setWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
workflowOwnerId
- The ID of the workflow owner.public String getWorkflowOwnerId()
The ID of the workflow owner.
public GetRunResult withWorkflowOwnerId(String workflowOwnerId)
The ID of the workflow owner.
workflowOwnerId
- The ID of the workflow owner.public String toString()
toString
in class Object
Object.toString()
public GetRunResult clone()