@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIndicatorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIndicatorsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIndicatorsResult |
clone() |
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the behavior graph.
|
List<Indicator> |
getIndicators()
Indicators of compromise listed based on severity.
|
String |
getInvestigationId()
The investigation ID of the investigation report.
|
String |
getNextToken()
List if there are more results available.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
|
void |
setInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListIndicatorsResult |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
ListIndicatorsResult |
withIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
|
ListIndicatorsResult |
withIndicators(Indicator... indicators)
Indicators of compromise listed based on severity.
|
ListIndicatorsResult |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
ListIndicatorsResult |
withNextToken(String nextToken)
List if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListIndicatorsResult 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 ListIndicatorsResult withInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId - The investigation ID of the investigation report.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 ListIndicatorsResult 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 List<Indicator> getIndicators()
Indicators of compromise listed based on severity.
public void setIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
indicators - Indicators of compromise listed based on severity.public ListIndicatorsResult withIndicators(Indicator... indicators)
Indicators of compromise listed based on severity.
NOTE: This method appends the values to the existing list (if any). Use
setIndicators(java.util.Collection) or withIndicators(java.util.Collection) if you want to
override the existing values.
indicators - Indicators of compromise listed based on severity.public ListIndicatorsResult withIndicators(Collection<Indicator> indicators)
Indicators of compromise listed based on severity.
indicators - Indicators of compromise listed based on severity.public String toString()
toString in class ObjectObject.toString()public ListIndicatorsResult clone()
Copyright © 2023. All rights reserved.