@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.
|
int |
hashCode() |
void |
setFindings(Collection<Finding> findings)
A list of findings.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsResult |
withFindings(Collection<Finding> findings)
A list of findings.
|
GetFindingsResult |
withFindings(Finding... findings)
A list of findings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFindings(Collection<Finding> findings)
A list of findings.
findings - A list of findings.public GetFindingsResult withFindings(Finding... findings)
A list of findings.
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.public GetFindingsResult withFindings(Collection<Finding> findings)
A list of findings.
findings - A list of findings.public String toString()
toString in class ObjectObject.toString()public GetFindingsResult clone()