Class Notifications

    • Method Detail

      • progressing

        public final String progressing()

        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

        Returns:
        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
      • completed

        public final String completed()

        The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

        Returns:
        The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
      • warning

        public final String warning()

        The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

        Returns:
        The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
      • error

        public final String error()

        The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

        Returns:
        The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)