@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()
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
String |
getNextToken()
Lists if there are more results available.
|
int |
hashCode() |
void |
setInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
void |
setNextToken(String nextToken)
Lists if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListInvestigationsResult |
withInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
ListInvestigationsResult |
withInvestigationDetails(InvestigationDetail... investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
|
ListInvestigationsResult |
withNextToken(String nextToken)
Lists if there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InvestigationDetail> getInvestigationDetails()
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
public void setInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
investigationDetails
- Lists the summary of uncommon behavior or malicious activity which indicates a compromise.public ListInvestigationsResult withInvestigationDetails(InvestigationDetail... investigationDetails)
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
- Lists the summary of uncommon behavior or malicious activity which indicates a compromise.public ListInvestigationsResult withInvestigationDetails(Collection<InvestigationDetail> investigationDetails)
Lists the summary of uncommon behavior or malicious activity which indicates a compromise.
investigationDetails
- Lists the summary of uncommon behavior or malicious activity which indicates a compromise.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.
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.
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.
Each pagination token expires after 24 hours.
public ListInvestigationsResult 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.
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.
public String toString()
toString
in class Object
Object.toString()
public ListInvestigationsResult clone()