@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFindingsResult() |
Modifier and Type | Method and Description |
---|---|
GetFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<Finding> |
getFindings()
A list of findings generated by the specified scan.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsResult |
withFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
|
GetFindingsResult |
withFindings(Finding... findings)
A list of findings generated by the specified scan.
|
GetFindingsResult |
withNextToken(String nextToken)
A pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Finding> getFindings()
A list of findings generated by the specified scan.
public void setFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
findings
- A list of findings generated by the specified scan.public GetFindingsResult withFindings(Finding... findings)
A list of findings generated by the specified scan.
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 generated by the specified scan.public GetFindingsResult withFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
findings
- A list of findings generated by the specified scan.public void setNextToken(String nextToken)
A pagination token. You can use this in future calls to GetFindings
to continue listing results
after the current page.
nextToken
- A pagination token. You can use this in future calls to GetFindings
to continue listing
results after the current page.public String getNextToken()
A pagination token. You can use this in future calls to GetFindings
to continue listing results
after the current page.
GetFindings
to continue listing
results after the current page.public GetFindingsResult withNextToken(String nextToken)
A pagination token. You can use this in future calls to GetFindings
to continue listing results
after the current page.
nextToken
- A pagination token. You can use this in future calls to GetFindings
to continue listing
results after the current page.public String toString()
toString
in class Object
Object.toString()
public GetFindingsResult clone()