JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.omics.model

Class GetRunTaskResult

    • Constructor Detail

      • GetRunTaskResult

        public GetRunTaskResult()
    • Method Detail

      • setTaskId

        public void setTaskId(String taskId)

        The task's ID.

        Parameters:
        taskId - The task's ID.
      • getTaskId

        public String getTaskId()

        The task's ID.

        Returns:
        The task's ID.
      • withTaskId

        public GetRunTaskResult withTaskId(String taskId)

        The task's ID.

        Parameters:
        taskId - The task's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The task's status.

        Parameters:
        status - The task's status.
        See Also:
        TaskStatus
      • getStatus

        public String getStatus()

        The task's status.

        Returns:
        The task's status.
        See Also:
        TaskStatus
      • withStatus

        public GetRunTaskResult withStatus(String status)

        The task's status.

        Parameters:
        status - The task's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaskStatus
      • withStatus

        public GetRunTaskResult withStatus(TaskStatus status)

        The task's status.

        Parameters:
        status - The task's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaskStatus
      • setName

        public void setName(String name)

        The task's name.

        Parameters:
        name - The task's name.
      • getName

        public String getName()

        The task's name.

        Returns:
        The task's name.
      • withName

        public GetRunTaskResult withName(String name)

        The task's name.

        Parameters:
        name - The task's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCpus

        public void setCpus(Integer cpus)

        The task's CPU usage.

        Parameters:
        cpus - The task's CPU usage.
      • getCpus

        public Integer getCpus()

        The task's CPU usage.

        Returns:
        The task's CPU usage.
      • withCpus

        public GetRunTaskResult withCpus(Integer cpus)

        The task's CPU usage.

        Parameters:
        cpus - The task's CPU usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMemory

        public void setMemory(Integer memory)

        The task's memory use in gigabytes.

        Parameters:
        memory - The task's memory use in gigabytes.
      • getMemory

        public Integer getMemory()

        The task's memory use in gigabytes.

        Returns:
        The task's memory use in gigabytes.
      • withMemory

        public GetRunTaskResult withMemory(Integer memory)

        The task's memory use in gigabytes.

        Parameters:
        memory - The task's memory use in gigabytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the task was created.

        Parameters:
        creationTime - When the task was created.
      • getCreationTime

        public Date getCreationTime()

        When the task was created.

        Returns:
        When the task was created.
      • withCreationTime

        public GetRunTaskResult withCreationTime(Date creationTime)

        When the task was created.

        Parameters:
        creationTime - When the task was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The task's start time.

        Parameters:
        startTime - The task's start time.
      • getStartTime

        public Date getStartTime()

        The task's start time.

        Returns:
        The task's start time.
      • withStartTime

        public GetRunTaskResult withStartTime(Date startTime)

        The task's start time.

        Parameters:
        startTime - The task's start time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStopTime

        public void setStopTime(Date stopTime)

        The task's stop time.

        Parameters:
        stopTime - The task's stop time.
      • getStopTime

        public Date getStopTime()

        The task's stop time.

        Returns:
        The task's stop time.
      • withStopTime

        public GetRunTaskResult withStopTime(Date stopTime)

        The task's stop time.

        Parameters:
        stopTime - The task's stop time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        The task's status message.

        Parameters:
        statusMessage - The task's status message.
      • getStatusMessage

        public String getStatusMessage()

        The task's status message.

        Returns:
        The task's status message.
      • withStatusMessage

        public GetRunTaskResult withStatusMessage(String statusMessage)

        The task's status message.

        Parameters:
        statusMessage - The task's status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLogStream

        public void setLogStream(String logStream)

        The task's log stream.

        Parameters:
        logStream - The task's log stream.
      • getLogStream

        public String getLogStream()

        The task's log stream.

        Returns:
        The task's log stream.
      • withLogStream

        public GetRunTaskResult withLogStream(String logStream)

        The task's log stream.

        Parameters:
        logStream - The task's log stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGpus

        public void setGpus(Integer gpus)

        The number of Graphics Processing Units (GPU) specified in the task.

        Parameters:
        gpus - The number of Graphics Processing Units (GPU) specified in the task.
      • getGpus

        public Integer getGpus()

        The number of Graphics Processing Units (GPU) specified in the task.

        Returns:
        The number of Graphics Processing Units (GPU) specified in the task.
      • withGpus

        public GetRunTaskResult withGpus(Integer gpus)

        The number of Graphics Processing Units (GPU) specified in the task.

        Parameters:
        gpus - The number of Graphics Processing Units (GPU) specified in the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInstanceType

        public void setInstanceType(String instanceType)

        The instance type for a task.

        Parameters:
        instanceType - The instance type for a task.
      • getInstanceType

        public String getInstanceType()

        The instance type for a task.

        Returns:
        The instance type for a task.
      • withInstanceType

        public GetRunTaskResult withInstanceType(String instanceType)

        The instance type for a task.

        Parameters:
        instanceType - The instance type for a task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        The reason a task has failed.

        Parameters:
        failureReason - The reason a task has failed.
      • getFailureReason

        public String getFailureReason()

        The reason a task has failed.

        Returns:
        The reason a task has failed.
      • withFailureReason

        public GetRunTaskResult withFailureReason(String failureReason)

        The reason a task has failed.

        Parameters:
        failureReason - The reason a task has failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /