JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.entityresolution.model

Class GetIdMappingJobResult

    • Constructor Detail

      • GetIdMappingJobResult

        public GetIdMappingJobResult()
    • Method Detail

      • setEndTime

        public void setEndTime(Date endTime)

        The time at which the job has finished.

        Parameters:
        endTime - The time at which the job has finished.
      • getEndTime

        public Date getEndTime()

        The time at which the job has finished.

        Returns:
        The time at which the job has finished.
      • withEndTime

        public GetIdMappingJobResult withEndTime(Date endTime)

        The time at which the job has finished.

        Parameters:
        endTime - The time at which the job has finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrorDetails

        public void setErrorDetails(ErrorDetails errorDetails)
        Parameters:
        errorDetails -
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Returns:
      • withErrorDetails

        public GetIdMappingJobResult withErrorDetails(ErrorDetails errorDetails)
        Parameters:
        errorDetails -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobId

        public void setJobId(String jobId)

        The ID of the job.

        Parameters:
        jobId - The ID of the job.
      • getJobId

        public String getJobId()

        The ID of the job.

        Returns:
        The ID of the job.
      • withJobId

        public GetIdMappingJobResult withJobId(String jobId)

        The ID of the job.

        Parameters:
        jobId - The ID of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMetrics

        public void setMetrics(IdMappingJobMetrics metrics)

        Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.

        Parameters:
        metrics - Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
      • getMetrics

        public IdMappingJobMetrics getMetrics()

        Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.

        Returns:
        Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
      • withMetrics

        public GetIdMappingJobResult withMetrics(IdMappingJobMetrics metrics)

        Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.

        Parameters:
        metrics - Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOutputSourceConfig

        public List<IdMappingJobOutputSource> getOutputSourceConfig()

        A list of OutputSource objects.

        Returns:
        A list of OutputSource objects.
      • setOutputSourceConfig

        public void setOutputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)

        A list of OutputSource objects.

        Parameters:
        outputSourceConfig - A list of OutputSource objects.
      • withOutputSourceConfig

        public GetIdMappingJobResult withOutputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)

        A list of OutputSource objects.

        Parameters:
        outputSourceConfig - A list of OutputSource objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The time at which the job was started.

        Parameters:
        startTime - The time at which the job was started.
      • getStartTime

        public Date getStartTime()

        The time at which the job was started.

        Returns:
        The time at which the job was started.
      • withStartTime

        public GetIdMappingJobResult withStartTime(Date startTime)

        The time at which the job was started.

        Parameters:
        startTime - The time at which the job was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the job.

        Parameters:
        status - The current status of the job.
        See Also:
        JobStatus
      • getStatus

        public String getStatus()

        The current status of the job.

        Returns:
        The current status of the job.
        See Also:
        JobStatus
      • withStatus

        public GetIdMappingJobResult withStatus(String status)

        The current status of the job.

        Parameters:
        status - The current status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • withStatus

        public GetIdMappingJobResult withStatus(JobStatus status)

        The current status of the job.

        Parameters:
        status - The current status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • 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 によって変換されたページ (->オリジナル) /