Class AddAttributesToFindingsResult

    • Constructor Detail

      • AddAttributesToFindingsResult

        public AddAttributesToFindingsResult()
    • Method Detail

      • getFailedItems

        public Map<String,​FailedItemDetails> getFailedItems()

        Attribute details that cannot be described. An error code is provided for each failed item.

        Returns:
        Attribute details that cannot be described. An error code is provided for each failed item.
      • setFailedItems

        public void setFailedItems​(Map<String,​FailedItemDetails> failedItems)

        Attribute details that cannot be described. An error code is provided for each failed item.

        Parameters:
        failedItems - Attribute details that cannot be described. An error code is provided for each failed item.
      • withFailedItems

        public AddAttributesToFindingsResult withFailedItems​(Map<String,​FailedItemDetails> failedItems)

        Attribute details that cannot be described. An error code is provided for each failed item.

        Parameters:
        failedItems - Attribute details that cannot be described. An error code is provided for each failed item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearFailedItemsEntries

        public AddAttributesToFindingsResult clearFailedItemsEntries()
        Removes all the entries added into FailedItems. <p> Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object