Class DescribeResourceGroupsResult

    • Constructor Detail

      • DescribeResourceGroupsResult

        public DescribeResourceGroupsResult()
    • Method Detail

      • getResourceGroups

        public List<ResourceGroup> getResourceGroups()

        Information about a resource group.

        Returns:
        Information about a resource group.
      • setResourceGroups

        public void setResourceGroups​(Collection<ResourceGroup> resourceGroups)

        Information about a resource group.

        Parameters:
        resourceGroups - Information about a resource group.
      • withResourceGroups

        public DescribeResourceGroupsResult withResourceGroups​(Collection<ResourceGroup> resourceGroups)

        Information about a resource group.

        Parameters:
        resourceGroups - Information about a resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFailedItems

        public Map<String,​FailedItemDetails> getFailedItems()

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

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

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

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

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

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

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

        Parameters:
        failedItems - Resource group 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 DescribeResourceGroupsResult 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