@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FilterCriteria |
getFilterCriteria()
Filters the investigation results based on a criteria.
|
String |
getGraphArn()
The Amazon Resource Name (ARN) of the behavior graph.
|
Integer |
getMaxResults()
Lists the maximum number of investigations in a page.
|
String |
getNextToken()
Lists if there are more results available.
|
SortCriteria |
getSortCriteria()
Sorts the investigation results based on a criteria.
|
int |
hashCode() |
void |
setFilterCriteria(FilterCriteria filterCriteria)
Filters the investigation results based on a criteria.
|
void |
setGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
void |
setMaxResults(Integer maxResults)
Lists the maximum number of investigations in a page.
|
void |
setNextToken(String nextToken)
Lists 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)
Filters the investigation results based on a criteria.
|
ListInvestigationsRequest |
withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
ListInvestigationsRequest |
withMaxResults(Integer maxResults)
Lists the maximum number of investigations in a page.
|
ListInvestigationsRequest |
withNextToken(String nextToken)
Lists if there are more results available.
|
ListInvestigationsRequest |
withSortCriteria(SortCriteria sortCriteria)
Sorts the investigation results based on a criteria.
|
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 setGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
graphArn
- The Amazon Resource Name (ARN) of the behavior graph.public String getGraphArn()
The Amazon Resource Name (ARN) of the behavior graph.
public ListInvestigationsRequest withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
graphArn
- The Amazon Resource Name (ARN) of the behavior graph.public void setNextToken(String nextToken)
Lists 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
- Lists 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()
Lists 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)
Lists 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
- Lists 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)
Lists the maximum number of investigations in a page.
maxResults
- Lists the maximum number of investigations in a page.public Integer getMaxResults()
Lists the maximum number of investigations in a page.
public ListInvestigationsRequest withMaxResults(Integer maxResults)
Lists the maximum number of investigations in a page.
maxResults
- Lists the maximum number of investigations in a page.public void setFilterCriteria(FilterCriteria filterCriteria)
Filters the investigation results based on a criteria.
filterCriteria
- Filters the investigation results based on a criteria.public FilterCriteria getFilterCriteria()
Filters the investigation results based on a criteria.
public ListInvestigationsRequest withFilterCriteria(FilterCriteria filterCriteria)
Filters the investigation results based on a criteria.
filterCriteria
- Filters 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 Object
Object.toString()
public ListInvestigationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()