Class ManagedActionHistoryItem

    • Method Detail

      • actionId

        public final String actionId()

        A unique identifier for the managed action.

        Returns:
        A unique identifier for the managed action.
      • actionType

        public final ActionType actionType()

        The type of the managed action.

        If the service returns an enum value that is not available in the current SDK version, actionType will return ActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionTypeAsString().

        Returns:
        The type of the managed action.
        See Also:
        ActionType
      • actionTypeAsString

        public final String actionTypeAsString()

        The type of the managed action.

        If the service returns an enum value that is not available in the current SDK version, actionType will return ActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionTypeAsString().

        Returns:
        The type of the managed action.
        See Also:
        ActionType
      • actionDescription

        public final String actionDescription()

        A description of the managed action.

        Returns:
        A description of the managed action.
      • failureType

        public final FailureType failureType()

        If the action failed, the type of failure.

        If the service returns an enum value that is not available in the current SDK version, failureType will return FailureType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureTypeAsString().

        Returns:
        If the action failed, the type of failure.
        See Also:
        FailureType
      • failureTypeAsString

        public final String failureTypeAsString()

        If the action failed, the type of failure.

        If the service returns an enum value that is not available in the current SDK version, failureType will return FailureType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureTypeAsString().

        Returns:
        If the action failed, the type of failure.
        See Also:
        FailureType
      • failureDescription

        public final String failureDescription()

        If the action failed, a description of the failure.

        Returns:
        If the action failed, a description of the failure.
      • executedTime

        public final Instant executedTime()

        The date and time that the action started executing.

        Returns:
        The date and time that the action started executing.
      • finishedTime

        public final Instant finishedTime()

        The date and time that the action finished executing.

        Returns:
        The date and time that the action finished executing.
      • 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)