@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPreviewFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAccessPreviewFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAccessPreviewFindingsRequest |
addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
ListAccessPreviewFindingsRequest |
clearFilterEntries()
Removes all the entries added into Filter.
|
ListAccessPreviewFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessPreviewId()
The unique ID for the access preview.
|
String |
getAnalyzerArn()
The ARN
of the analyzer used to generate the access.
|
Map<String,Criterion> |
getFilter()
Criteria to filter the returned findings.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
|
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access.
|
void |
setFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPreviewFindingsRequest |
withAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
|
ListAccessPreviewFindingsRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access.
|
ListAccessPreviewFindingsRequest |
withFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
|
ListAccessPreviewFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAccessPreviewFindingsRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
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 setAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
accessPreviewId
- The unique ID for the access preview.public String getAccessPreviewId()
The unique ID for the access preview.
public ListAccessPreviewFindingsRequest withAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
accessPreviewId
- The unique ID for the access preview.public void setAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access.
analyzerArn
- The ARN of the analyzer used to generate the access.public String getAnalyzerArn()
The ARN of the analyzer used to generate the access.
public ListAccessPreviewFindingsRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access.
analyzerArn
- The ARN of the analyzer used to generate the access.public Map<String,Criterion> getFilter()
Criteria to filter the returned findings.
public void setFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
filter
- Criteria to filter the returned findings.public ListAccessPreviewFindingsRequest withFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
filter
- Criteria to filter the returned findings.public ListAccessPreviewFindingsRequest addFilterEntry(String key, Criterion value)
public ListAccessPreviewFindingsRequest clearFilterEntries()
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 ListAccessPreviewFindingsRequest 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 ListAccessPreviewFindingsRequest 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 ListAccessPreviewFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()