@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAuditFindingsResult() |
Modifier and Type | Method and Description |
---|---|
ListAuditFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<AuditFinding> |
getFindings()
The findings (results) of the audit.
|
String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
int |
hashCode() |
void |
setFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
String |
toString()
Returns a string representation of this object.
|
ListAuditFindingsResult |
withFindings(AuditFinding... findings)
The findings (results) of the audit.
|
ListAuditFindingsResult |
withFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
ListAuditFindingsResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AuditFinding> getFindings()
The findings (results) of the audit.
public void setFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
findings
- The findings (results) of the audit.public ListAuditFindingsResult withFindings(AuditFinding... findings)
The findings (results) of the audit.
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 (results) of the audit.public ListAuditFindingsResult withFindings(Collection<AuditFinding> findings)
The findings (results) of the audit.
findings
- The findings (results) of the audit.public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String getNextToken()
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
null
if there are no
additional results.public ListAuditFindingsResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String toString()
toString
in class Object
Object.toString()
public ListAuditFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.