Class DescribeResourceGroupsResult
java.lang.Object
com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFailedItemsEntry
(String key, FailedItemDetails value) Removes all the entries added into FailedItems.clone()
boolean
Resource group details that cannot be described.Information about a resource group.int
hashCode()
void
setFailedItems
(Map<String, FailedItemDetails> failedItems) Resource group details that cannot be described.void
setResourceGroups
(Collection<ResourceGroup> resourceGroups) Information about a resource group.toString()
Returns a string representation of this object; useful for testing and debugging.withFailedItems
(Map<String, FailedItemDetails> failedItems) Resource group details that cannot be described.withResourceGroups
(ResourceGroup... resourceGroups) Information about a resource group.withResourceGroups
(Collection<ResourceGroup> resourceGroups) Information about a resource group.
-
Constructor Details
-
DescribeResourceGroupsResult
public DescribeResourceGroupsResult()
-
-
Method Details
-
getResourceGroups
Information about a resource group.
- Returns:
- Information about a resource group.
-
setResourceGroups
Information about a resource group.
- Parameters:
resourceGroups
- Information about a resource group.
-
withResourceGroups
Information about a resource group.
NOTE: This method appends the values to the existing list (if any). Use
setResourceGroups(java.util.Collection)
orwithResourceGroups(java.util.Collection)
if you want to override the existing values.- Parameters:
resourceGroups
- Information about a resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withResourceGroups
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
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
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
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.
-
addFailedItemsEntry
-
clearFailedItemsEntries
Removes all the entries added into FailedItems. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-