Class ListEngagementByAcceptingInvitationTaskSummary

    • Method Detail

      • engagementInvitationId

        public final String engagementInvitationId()

        The unique identifier of the engagement invitation that was accepted.

        Returns:
        The unique identifier of the engagement invitation that was accepted.
      • message

        public final String message()

        Detailed message describing the failure and possible recovery steps.

        Returns:
        Detailed message describing the failure and possible recovery steps.
      • opportunityId

        public final String opportunityId()

        Unique identifier of opportunity that was created.

        Returns:
        Unique identifier of opportunity that was created.
      • reasonCode

        public final ReasonCode reasonCode()

        A code pointing to the specific reason for the failure.

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

        Returns:
        A code pointing to the specific reason for the failure.
        See Also:
        ReasonCode
      • reasonCodeAsString

        public final String reasonCodeAsString()

        A code pointing to the specific reason for the failure.

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

        Returns:
        A code pointing to the specific reason for the failure.
        See Also:
        ReasonCode
      • resourceSnapshotJobId

        public final String resourceSnapshotJobId()

        Unique identifier of the resource snapshot job that was created.

        Returns:
        Unique identifier of the resource snapshot job that was created.
      • startTime

        public final Instant startTime()

        Task start timestamp.

        Returns:
        Task start timestamp.
      • taskArn

        public final String taskArn()

        The Amazon Resource Name (ARN) that uniquely identifies the task.

        Returns:
        The Amazon Resource Name (ARN) that uniquely identifies the task.
      • taskId

        public final String taskId()

        Unique identifier of the task.

        Returns:
        Unique identifier of the task.
      • taskStatusAsString

        public final String taskStatusAsString()

        Status of the task.

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

        Returns:
        Status of the task.
        See Also:
        TaskStatus
      • 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)