@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyzedResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request.
| Constructor and Description |
|---|
ListAnalyzedResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzedResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<AnalyzedResourceSummary> |
getAnalyzedResources()
A list of resources that were analyzed.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalyzedResourcesResult |
withAnalyzedResources(AnalyzedResourceSummary... analyzedResources)
A list of resources that were analyzed.
|
ListAnalyzedResourcesResult |
withAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
|
ListAnalyzedResourcesResult |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnalyzedResourceSummary> getAnalyzedResources()
A list of resources that were analyzed.
public void setAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
analyzedResources - A list of resources that were analyzed.public ListAnalyzedResourcesResult withAnalyzedResources(AnalyzedResourceSummary... analyzedResources)
A list of resources that were analyzed.
NOTE: This method appends the values to the existing list (if any). Use
setAnalyzedResources(java.util.Collection) or withAnalyzedResources(java.util.Collection) if
you want to override the existing values.
analyzedResources - A list of resources that were analyzed.public ListAnalyzedResourcesResult withAnalyzedResources(Collection<AnalyzedResourceSummary> analyzedResources)
A list of resources that were analyzed.
analyzedResources - A list of resources that were analyzed.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListAnalyzedResourcesResult withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String toString()
toString in class ObjectObject.toString()public ListAnalyzedResourcesResult clone()
Copyright © 2023. All rights reserved.