@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInvestigationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListInvestigationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsResult |
clone() |
boolean |
equals(Object obj) |
List<InvestigationDetail> |
getInvestigationDetails()
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
String |
getNextToken()
List if there are more results available.
|
int |
hashCode() |
void |
setInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListInvestigationsResult |
withInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
ListInvestigationsResult |
withInvestigationDetails(InvestigationDetail... investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
ListInvestigationsResult |
withNextToken(String nextToken)
List if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<InvestigationDetail> getInvestigationDetails()
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
public void setInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
investigationDetails - Investigations details lists the summary of uncommon behavior or malicious activity which indicates a
compromise.public ListInvestigationsResult withInvestigationDetails(InvestigationDetail... investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
NOTE: This method appends the values to the existing list (if any). Use
setInvestigationDetails(java.util.Collection) or withInvestigationDetails(java.util.Collection)
if you want to override the existing values.
investigationDetails - Investigations details lists the summary of uncommon behavior or malicious activity which indicates a
compromise.public ListInvestigationsResult withInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Investigations details lists the summary of uncommon behavior or malicious activity which indicates a compromise.
investigationDetails - Investigations details lists the summary of uncommon behavior or malicious activity which indicates a
compromise.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 an HTTP 400 InvalidToken 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 an HTTP 400 InvalidToken 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 an HTTP 400 InvalidToken error.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public ListInvestigationsResult 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 an HTTP 400 InvalidToken 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 an HTTP 400 InvalidToken error.
public String toString()
toString in class ObjectObject.toString()public ListInvestigationsResult clone()
Copyright © 2023. All rights reserved.