@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() |
int |
hashCode() |
void |
setFindings(Collection<Finding> findings) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFindingsResult |
withFindings(Collection<Finding> findings) |
GetFindingsResult |
withFindings(Finding... findings)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFindings(Collection<Finding> findings)
findings
- public GetFindingsResult withFindings(Finding... 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
- public GetFindingsResult withFindings(Collection<Finding> findings)
findings
- public String toString()
toString
in class Object
Object.toString()
public GetFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.