@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIndicatorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIndicatorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the behavior graph.
|
String |
getIndicatorType()
|
String |
getInvestigationId()
The investigation ID of the investigation report.
|
Integer |
getMaxResults()
List the maximum number of indicators in a page.
|
String |
getNextToken()
List if there are more results available.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setIndicatorType(String indicatorType)
|
void |
setInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
void |
setMaxResults(Integer maxResults)
List the maximum number of indicators in a page.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListIndicatorsRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListIndicatorsRequest |
withIndicatorType(IndicatorType indicatorType)
|
ListIndicatorsRequest |
withIndicatorType(String indicatorType)
|
ListIndicatorsRequest |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
ListIndicatorsRequest |
withMaxResults(Integer maxResults)
List the maximum number of indicators in a page.
|
ListIndicatorsRequest |
withNextToken(String nextToken)
List if there are more results available.
|
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 ListIndicatorsRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public void setInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId - The investigation ID of the investigation report.public String getInvestigationId()
The investigation ID of the investigation report.
public ListIndicatorsRequest withInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId - The investigation ID of the investigation report.public void setIndicatorType(String indicatorType)
indicatorType - See Detective
investigations..IndicatorTypepublic String getIndicatorType()
IndicatorTypepublic ListIndicatorsRequest withIndicatorType(String indicatorType)
indicatorType - See Detective
investigations..IndicatorTypepublic ListIndicatorsRequest withIndicatorType(IndicatorType indicatorType)
indicatorType - See Detective
investigations..IndicatorTypepublic 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 ListIndicatorsRequest 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 indicators in a page.
maxResults - List the maximum number of indicators in a page.public Integer getMaxResults()
List the maximum number of indicators in a page.
public ListIndicatorsRequest withMaxResults(Integer maxResults)
List the maximum number of indicators in a page.
maxResults - List the maximum number of indicators in a page.public String toString()
toString in class ObjectObject.toString()public ListIndicatorsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.