Class JobDetails

    • Constructor Detail

      • JobDetails

        public JobDetails()
    • Method Detail

      • setId

        public void setId​(String id)

        The unique system-generated ID of the job.

        Parameters:
        id - The unique system-generated ID of the job.
      • getId

        public String getId()

        The unique system-generated ID of the job.

        Returns:
        The unique system-generated ID of the job.
      • withId

        public JobDetails withId​(String id)

        The unique system-generated ID of the job.

        Parameters:
        id - The unique system-generated ID of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setData

        public void setData​(JobData data)
        Parameters:
        data -
      • getData

        public JobData getData()
        Returns:
      • withData

        public JobDetails withData​(JobData data)
        Parameters:
        data -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAccountId

        public void setAccountId​(String accountId)

        The AWS account ID associated with the job.

        Parameters:
        accountId - The AWS account ID associated with the job.
      • getAccountId

        public String getAccountId()

        The AWS account ID associated with the job.

        Returns:
        The AWS account ID associated with the job.
      • withAccountId

        public JobDetails withAccountId​(String accountId)

        The AWS account ID associated with the job.

        Parameters:
        accountId - The AWS account ID associated with the job.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object