@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<AwsSecurityFinding> |
getFindings()
The findings that matched the filters specified in the request.
|
String |
getNextToken()
The token that is required for pagination.
|
int |
hashCode() |
void |
setFindings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
|
void |
setNextToken(String nextToken)
The token that is required for pagination.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsResult |
withFindings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
|
GetFindingsResult |
withFindings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
|
GetFindingsResult |
withNextToken(String nextToken)
The token that is required for pagination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AwsSecurityFinding> getFindings()
The findings that matched the filters specified in the request.
public void setFindings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
findings
- The findings that matched the filters specified in the request.public GetFindingsResult withFindings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
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
- The findings that matched the filters specified in the request.public GetFindingsResult withFindings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
findings
- The findings that matched the filters specified in the request.public void setNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String getNextToken()
The token that is required for pagination.
public GetFindingsResult withNextToken(String nextToken)
The token that is required for pagination.
nextToken
- The token that is required for pagination.public String toString()
toString
in class Object
Object.toString()
public GetFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.