@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInvestigationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListInvestigationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsRequest |
clone() |
boolean |
equals(Object obj) |
FilterCriteria |
getFilterCriteria()
Filter the investigation results based on a criteria.
|
String |
getGraphArn()
The ARN of the behavior graph.
|
Integer |
getMaxResults()
List the maximum number of investigations in a page.
|
String |
getNextToken()
List if there are more results available.
|
SortCriteria |
getSortCriteria()
Sorts the investigation results based on a criteria.
|
int |
hashCode() |
void |
setFilterCriteria(FilterCriteria filterCriteria)
Filter the investigation results based on a criteria.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setMaxResults(Integer maxResults)
List the maximum number of investigations in a page.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
void |
setSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
String |
toString()
Returns a string representation of this object.
|
ListInvestigationsRequest |
withFilterCriteria(FilterCriteria filterCriteria)
Filter the investigation results based on a criteria.
|
ListInvestigationsRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListInvestigationsRequest |
withMaxResults(Integer maxResults)
List the maximum number of investigations in a page.
|
ListInvestigationsRequest |
withNextToken(String nextToken)
List if there are more results available.
|
ListInvestigationsRequest |
withSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public ListInvestigationsRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public void setNextToken(String nextToken)
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
nextToken - List if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
public String getNextToken()
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
public ListInvestigationsRequest withNextToken(String nextToken)
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
nextToken - List if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
public void setMaxResults(Integer maxResults)
List the maximum number of investigations in a page.
maxResults - List the maximum number of investigations in a page.public Integer getMaxResults()
List the maximum number of investigations in a page.
public ListInvestigationsRequest withMaxResults(Integer maxResults)
List the maximum number of investigations in a page.
maxResults - List the maximum number of investigations in a page.public void setFilterCriteria(FilterCriteria filterCriteria)
Filter the investigation results based on a criteria.
filterCriteria - Filter the investigation results based on a criteria.public FilterCriteria getFilterCriteria()
Filter the investigation results based on a criteria.
public ListInvestigationsRequest withFilterCriteria(FilterCriteria filterCriteria)
Filter the investigation results based on a criteria.
filterCriteria - Filter the investigation results based on a criteria.public void setSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
sortCriteria - Sorts the investigation results based on a criteria.public SortCriteria getSortCriteria()
Sorts the investigation results based on a criteria.
public ListInvestigationsRequest withSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
sortCriteria - Sorts the investigation results based on a criteria.public String toString()
toString in class ObjectObject.toString()public ListInvestigationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.