Class AddAttributesToFindingsResult

java.lang.Object
com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
All Implemented Interfaces:
Serializable, Cloneable

public class AddAttributesToFindingsResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • AddAttributesToFindingsResult

      public AddAttributesToFindingsResult()
  • Method Details

    • 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.
    • addFailedItemsEntry

      public AddAttributesToFindingsResult addFailedItemsEntry(String key, FailedItemDetails value)
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object