Class ActionExecutionResult

    • Method Detail

      • externalExecutionId

        public final String externalExecutionId()

        The action provider's external ID for the action execution.

        Returns:
        The action provider's external ID for the action execution.
      • externalExecutionSummary

        public final String externalExecutionSummary()

        The action provider's summary for the action execution.

        Returns:
        The action provider's summary for the action execution.
      • externalExecutionUrl

        public final String externalExecutionUrl()

        The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.

        Returns:
        The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
      • errorDetails

        public final ErrorDetails errorDetails()
        Returns the value of the ErrorDetails property for this object.
        Returns:
        The value of the ErrorDetails property for this object.
      • logStreamARN

        public final String logStreamARN()

        The Amazon Resource Name (ARN) of the log stream for the action compute.

        Returns:
        The Amazon Resource Name (ARN) of the log stream for the action compute.
      • 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)