@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLTaskRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMLTaskRunResult() |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedOn()
The date and time when this task run was completed.
|
String |
getErrorString()
The error strings that are associated with the task run.
|
Integer |
getExecutionTime()
The amount of time (in seconds) that the task run consumed resources.
|
Date |
getLastModifiedOn()
The date and time when this task run was last modified.
|
String |
getLogGroupName()
The names of the log groups that are associated with the task run.
|
TaskRunProperties |
getProperties()
The list of properties that are associated with the task run.
|
Date |
getStartedOn()
The date and time when this task run started.
|
String |
getStatus()
The status for this task run.
|
String |
getTaskRunId()
The unique run identifier associated with this run.
|
String |
getTransformId()
The unique identifier of the task run.
|
int |
hashCode() |
void |
setCompletedOn(Date completedOn)
The date and time when this task run was completed.
|
void |
setErrorString(String errorString)
The error strings that are associated with the task run.
|
void |
setExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
void |
setLastModifiedOn(Date lastModifiedOn)
The date and time when this task run was last modified.
|
void |
setLogGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
|
void |
setProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
void |
setStartedOn(Date startedOn)
The date and time when this task run started.
|
void |
setStatus(String status)
The status for this task run.
|
void |
setTaskRunId(String taskRunId)
The unique run identifier associated with this run.
|
void |
setTransformId(String transformId)
The unique identifier of the task run.
|
String |
toString()
Returns a string representation of this object.
|
GetMLTaskRunResult |
withCompletedOn(Date completedOn)
The date and time when this task run was completed.
|
GetMLTaskRunResult |
withErrorString(String errorString)
The error strings that are associated with the task run.
|
GetMLTaskRunResult |
withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
GetMLTaskRunResult |
withLastModifiedOn(Date lastModifiedOn)
The date and time when this task run was last modified.
|
GetMLTaskRunResult |
withLogGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
|
GetMLTaskRunResult |
withProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
GetMLTaskRunResult |
withStartedOn(Date startedOn)
The date and time when this task run started.
|
GetMLTaskRunResult |
withStatus(String status)
The status for this task run.
|
GetMLTaskRunResult |
withStatus(TaskStatusType status)
The status for this task run.
|
GetMLTaskRunResult |
withTaskRunId(String taskRunId)
The unique run identifier associated with this run.
|
GetMLTaskRunResult |
withTransformId(String transformId)
The unique identifier of the task run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransformId(String transformId)
The unique identifier of the task run.
transformId
- The unique identifier of the task run.public String getTransformId()
The unique identifier of the task run.
public GetMLTaskRunResult withTransformId(String transformId)
The unique identifier of the task run.
transformId
- The unique identifier of the task run.public void setTaskRunId(String taskRunId)
The unique run identifier associated with this run.
taskRunId
- The unique run identifier associated with this run.public String getTaskRunId()
The unique run identifier associated with this run.
public GetMLTaskRunResult withTaskRunId(String taskRunId)
The unique run identifier associated with this run.
taskRunId
- The unique run identifier associated with this run.public void setStatus(String status)
The status for this task run.
status
- The status for this task run.TaskStatusType
public String getStatus()
The status for this task run.
TaskStatusType
public GetMLTaskRunResult withStatus(String status)
The status for this task run.
status
- The status for this task run.TaskStatusType
public GetMLTaskRunResult withStatus(TaskStatusType status)
The status for this task run.
status
- The status for this task run.TaskStatusType
public void setLogGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
logGroupName
- The names of the log groups that are associated with the task run.public String getLogGroupName()
The names of the log groups that are associated with the task run.
public GetMLTaskRunResult withLogGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
logGroupName
- The names of the log groups that are associated with the task run.public void setProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
properties
- The list of properties that are associated with the task run.public TaskRunProperties getProperties()
The list of properties that are associated with the task run.
public GetMLTaskRunResult withProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
properties
- The list of properties that are associated with the task run.public void setErrorString(String errorString)
The error strings that are associated with the task run.
errorString
- The error strings that are associated with the task run.public String getErrorString()
The error strings that are associated with the task run.
public GetMLTaskRunResult withErrorString(String errorString)
The error strings that are associated with the task run.
errorString
- The error strings that are associated with the task run.public void setStartedOn(Date startedOn)
The date and time when this task run started.
startedOn
- The date and time when this task run started.public Date getStartedOn()
The date and time when this task run started.
public GetMLTaskRunResult withStartedOn(Date startedOn)
The date and time when this task run started.
startedOn
- The date and time when this task run started.public void setLastModifiedOn(Date lastModifiedOn)
The date and time when this task run was last modified.
lastModifiedOn
- The date and time when this task run was last modified.public Date getLastModifiedOn()
The date and time when this task run was last modified.
public GetMLTaskRunResult withLastModifiedOn(Date lastModifiedOn)
The date and time when this task run was last modified.
lastModifiedOn
- The date and time when this task run was last modified.public void setCompletedOn(Date completedOn)
The date and time when this task run was completed.
completedOn
- The date and time when this task run was completed.public Date getCompletedOn()
The date and time when this task run was completed.
public GetMLTaskRunResult withCompletedOn(Date completedOn)
The date and time when this task run was completed.
completedOn
- The date and time when this task run was completed.public void setExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
executionTime
- The amount of time (in seconds) that the task run consumed resources.public Integer getExecutionTime()
The amount of time (in seconds) that the task run consumed resources.
public GetMLTaskRunResult withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
executionTime
- The amount of time (in seconds) that the task run consumed resources.public String toString()
toString
in class Object
Object.toString()
public GetMLTaskRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.