@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIncidentFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIncidentFindingsResult() |
Modifier and Type | Method and Description |
---|---|
ListIncidentFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<FindingSummary> |
getFindings()
A list of findings that represent deployments that might be the potential cause of the incident.
|
String |
getNextToken()
The pagination token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
void |
setNextToken(String nextToken)
The pagination token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
ListIncidentFindingsResult |
withFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
ListIncidentFindingsResult |
withFindings(FindingSummary... findings)
A list of findings that represent deployments that might be the potential cause of the incident.
|
ListIncidentFindingsResult |
withNextToken(String nextToken)
The pagination token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FindingSummary> getFindings()
A list of findings that represent deployments that might be the potential cause of the incident.
public void setFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
findings
- A list of findings that represent deployments that might be the potential cause of the incident.public ListIncidentFindingsResult withFindings(FindingSummary... findings)
A list of findings that represent deployments that might be the potential cause of the incident.
NOTE: This method appends the values to the existing list (if any). Use
setFindings(java.util.Collection)
or withFindings(java.util.Collection)
if you want to override
the existing values.
findings
- A list of findings that represent deployments that might be the potential cause of the incident.public ListIncidentFindingsResult withFindings(Collection<FindingSummary> findings)
A list of findings that represent deployments that might be the potential cause of the incident.
findings
- A list of findings that represent deployments that might be the potential cause of the incident.public void setNextToken(String nextToken)
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
nextToken
- The pagination token to use when requesting the next set of items. If there are no additional items to
return, the string is null.public String getNextToken()
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
public ListIncidentFindingsResult withNextToken(String nextToken)
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
nextToken
- The pagination token to use when requesting the next set of items. If there are no additional items to
return, the string is null.public String toString()
toString
in class Object
Object.toString()
public ListIncidentFindingsResult clone()