public class ListDiscoveredResourcesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
private SdkInternalList<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 and Description |
---|
ListDiscoveredResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
java.util.List<ResourceIdentifier> |
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.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
void |
setResourceIdentifiers(java.util.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDiscoveredResourcesResult |
withNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
ListDiscoveredResourcesResult |
withResourceIdentifiers(java.util.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.
|
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.
|
private SdkInternalList<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.
private java.lang.String nextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
public java.util.List<ResourceIdentifier> 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.
public void setResourceIdentifiers(java.util.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.
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.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)
or
withResourceIdentifiers(java.util.Collection)
if you want to
override the existing values.
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.public ListDiscoveredResourcesResult withResourceIdentifiers(java.util.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.
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.public void setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next
page of results in a paginated response.public java.lang.String getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
public ListDiscoveredResourcesResult withNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next
page of results in a paginated response.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDiscoveredResourcesResult clone()
clone
in class java.lang.Object