Class StartSearchJobResponse

    • Method Detail

      • searchJobArn

        public final String searchJobArn()

        The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.

        Returns:
        The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
      • creationTime

        public final Instant creationTime()

        The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

        Returns:
        The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
      • searchJobIdentifier

        public final String searchJobIdentifier()

        The unique string that specifies the search job.

        Returns:
        The unique string that specifies the search job.
      • toString

        public final 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