@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyzedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a list of resources that have been analyzed.
NOOP
Constructor and Description |
---|
ListAnalyzedResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAnalyzedResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The ARN
of the analyzer to retrieve a list of analyzed resources from.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
String |
getResourceType()
The type of resource.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve a list of analyzed resources from.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
void |
setResourceType(String resourceType)
The type of resource.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalyzedResourcesRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve a list of analyzed resources from.
|
ListAnalyzedResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAnalyzedResourcesRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
ListAnalyzedResourcesRequest |
withResourceType(ResourceType resourceType)
The type of resource.
|
ListAnalyzedResourcesRequest |
withResourceType(String resourceType)
The type of resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve a list of analyzed resources from.
analyzerArn
- The ARN of the analyzer to retrieve a list of analyzed resources from.public String getAnalyzerArn()
The ARN of the analyzer to retrieve a list of analyzed resources from.
public ListAnalyzedResourcesRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve a list of analyzed resources from.
analyzerArn
- The ARN of the analyzer to retrieve a list of analyzed resources from.public void setResourceType(String resourceType)
The type of resource.
resourceType
- The type of resource.ResourceType
public String getResourceType()
The type of resource.
ResourceType
public ListAnalyzedResourcesRequest withResourceType(String resourceType)
The type of resource.
resourceType
- The type of resource.ResourceType
public ListAnalyzedResourcesRequest withResourceType(ResourceType resourceType)
The type of resource.
resourceType
- The type of resource.ResourceType
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 ListAnalyzedResourcesRequest withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken
- A token used for pagination of results returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListAnalyzedResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public String toString()
toString
in class Object
Object.toString()
public ListAnalyzedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()