@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveredResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDiscoveredResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
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(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
void |
setResourceIdentifiers(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDiscoveredResourcesResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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(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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public ListDiscoveredResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.