JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.entityresolution.model

Class BatchDeleteUniqueIdResult

    • Constructor Detail

      • BatchDeleteUniqueIdResult

        public BatchDeleteUniqueIdResult()
    • Method Detail

      • getDeleted

        public List<DeletedUniqueId> getDeleted()

        The unique IDs that were deleted.

        Returns:
        The unique IDs that were deleted.
      • setDeleted

        public void setDeleted(Collection<DeletedUniqueId> deleted)

        The unique IDs that were deleted.

        Parameters:
        deleted - The unique IDs that were deleted.
      • withDeleted

        public BatchDeleteUniqueIdResult withDeleted(Collection<DeletedUniqueId> deleted)

        The unique IDs that were deleted.

        Parameters:
        deleted - The unique IDs that were deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDisconnectedUniqueIds

        public List<String> getDisconnectedUniqueIds()

        The unique IDs that were disconnected.

        Returns:
        The unique IDs that were disconnected.
      • setDisconnectedUniqueIds

        public void setDisconnectedUniqueIds(Collection<String> disconnectedUniqueIds)

        The unique IDs that were disconnected.

        Parameters:
        disconnectedUniqueIds - The unique IDs that were disconnected.
      • withDisconnectedUniqueIds

        public BatchDeleteUniqueIdResult withDisconnectedUniqueIds(Collection<String> disconnectedUniqueIds)

        The unique IDs that were disconnected.

        Parameters:
        disconnectedUniqueIds - The unique IDs that were disconnected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getErrors

        public List<DeleteUniqueIdError> getErrors()

        The errors from deleting multiple unique IDs.

        Returns:
        The errors from deleting multiple unique IDs.
      • setErrors

        public void setErrors(Collection<DeleteUniqueIdError> errors)

        The errors from deleting multiple unique IDs.

        Parameters:
        errors - The errors from deleting multiple unique IDs.
      • withErrors

        public BatchDeleteUniqueIdResult withErrors(Collection<DeleteUniqueIdError> errors)

        The errors from deleting multiple unique IDs.

        Parameters:
        errors - The errors from deleting multiple unique IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the batch delete unique ID operation.

        Parameters:
        status - The status of the batch delete unique ID operation.
        See Also:
        DeleteUniqueIdStatus
      • getStatus

        public String getStatus()

        The status of the batch delete unique ID operation.

        Returns:
        The status of the batch delete unique ID operation.
        See Also:
        DeleteUniqueIdStatus
      • withStatus

        public BatchDeleteUniqueIdResult withStatus(String status)

        The status of the batch delete unique ID operation.

        Parameters:
        status - The status of the batch delete unique ID operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeleteUniqueIdStatus
      • withStatus

        public BatchDeleteUniqueIdResult withStatus(DeleteUniqueIdStatus status)

        The status of the batch delete unique ID operation.

        Parameters:
        status - The status of the batch delete unique ID operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeleteUniqueIdStatus
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /