@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 |
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 |
getId()
The run's ID.
|
String |
getLogLevel()
The run's log level.
|
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 |
getRoleArn()
The run's service role ARN.
|
String |
getRunGroupId()
The run's group ID.
|
String |
getRunId()
The run's ID.
|
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 gigabytes.
|
Map<String,String> |
getTags()
The run's tags.
|
String |
getWorkflowId()
The run's workflow ID.
|
String |
getWorkflowType()
The run's workflow type.
|
int |
hashCode() |
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 |
setId(String id)
The run's ID.
|
void |
setLogLevel(String logLevel)
The run's log level.
|
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 |
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 |
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 gigabytes.
|
void |
setTags(Map<String,String> tags)
The run's tags.
|
void |
setWorkflowId(String workflowId)
The run's workflow ID.
|
void |
setWorkflowType(String workflowType)
The run's workflow type.
|
String |
toString()
Returns a string representation of this object.
|
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 |
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 |
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 |
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 |
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 gigabytes.
|
GetRunResult |
withTags(Map<String,String> tags)
The run's tags.
|
GetRunResult |
withWorkflowId(String workflowId)
The run's workflow ID.
|
GetRunResult |
withWorkflowType(String workflowType)
The run's workflow type.
|
GetRunResult |
withWorkflowType(WorkflowType workflowType)
The run's workflow type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 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 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 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 setLogLevel(String logLevel)
The run's log level.
logLevel - The run's log level.RunLogLevelpublic String getLogLevel()
The run's log level.
RunLogLevelpublic GetRunResult withLogLevel(String logLevel)
The run's log level.
logLevel - The run's log level.RunLogLevelpublic GetRunResult withLogLevel(RunLogLevel logLevel)
The run's log level.
logLevel - The run's log level.RunLogLevelpublic 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 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 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 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 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 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 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 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 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 setStatus(String status)
The run's status.
status - The run's status.RunStatuspublic String getStatus()
The run's status.
RunStatuspublic GetRunResult withStatus(String status)
The run's status.
status - The run's status.RunStatuspublic GetRunResult withStatus(RunStatus status)
The run's status.
status - The run's status.RunStatuspublic 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 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 setStorageCapacity(Integer storageCapacity)
The run's storage capacity in gigabytes.
storageCapacity - The run's storage capacity in gigabytes.public Integer getStorageCapacity()
The run's storage capacity in gigabytes.
public GetRunResult withStorageCapacity(Integer storageCapacity)
The run's storage capacity in gigabytes.
storageCapacity - The run's storage capacity in gigabytes.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 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.WorkflowTypepublic String getWorkflowType()
The run's workflow type.
WorkflowTypepublic GetRunResult withWorkflowType(String workflowType)
The run's workflow type.
workflowType - The run's workflow type.WorkflowTypepublic GetRunResult withWorkflowType(WorkflowType workflowType)
The run's workflow type.
workflowType - The run's workflow type.WorkflowTypepublic String toString()
toString in class ObjectObject.toString()public GetRunResult clone()
Copyright © 2023. All rights reserved.