@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 Amazon Resource Name (ARN) of the behavior graph.
|
List<Indicator> |
getIndicators()
Lists the indicators of compromise.
|
String |
getInvestigationId()
The investigation ID of the investigation report.
|
String |
getNextToken()
Lists if there are more results available.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
void |
setIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
|
void |
setInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
void |
setNextToken(String nextToken)
Lists if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListIndicatorsResult |
withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
ListIndicatorsResult |
withIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
|
ListIndicatorsResult |
withIndicators(Indicator... indicators)
Lists the indicators of compromise.
|
ListIndicatorsResult |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
ListIndicatorsResult |
withNextToken(String nextToken)
Lists if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListIndicatorsResult withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
graphArn
- The Amazon Resource Name (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)
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 ListIndicatorsResult 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 List<Indicator> getIndicators()
Lists the indicators of compromise.
public void setIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
indicators
- Lists the indicators of compromise.public ListIndicatorsResult withIndicators(Indicator... indicators)
Lists the indicators of compromise.
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
- Lists the indicators of compromise.public ListIndicatorsResult withIndicators(Collection<Indicator> indicators)
Lists the indicators of compromise.
indicators
- Lists the indicators of compromise.public String toString()
toString
in class Object
Object.toString()
public ListIndicatorsResult clone()