Class ListDiscoveredResourcesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe string that you use in a subsequent request to get the next page of results in a paginated response.The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.inthashCode()voidsetNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.voidsetResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers) The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers) The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers) The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
-
Constructor Details
-
ListDiscoveredResourcesResult
public ListDiscoveredResourcesResult()
-
-
Method Details
-
getResourceIdentifiers
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
- Returns:
- The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
-
setResourceIdentifiers
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
- Parameters:
resourceIdentifiers- The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
-
withResourceIdentifiers
public ListDiscoveredResourcesResult withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers) The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIdentifiers(java.util.Collection)orwithResourceIdentifiers(java.util.Collection)if you want to override the existing values.- Parameters:
resourceIdentifiers- The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withResourceIdentifiers
public ListDiscoveredResourcesResult withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers) The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
- Parameters:
resourceIdentifiers- The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
getNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Returns:
- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
withNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-