@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsReportAccountSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the GetFindingsReportAccountSummaryResponse.
| Constructor and Description |
|---|
GetFindingsReportAccountSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetFindingsReportAccountSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future GetFindingsReportAccountSummary request. |
List<FindingsReportSummary> |
getReportSummaries()
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future GetFindingsReportAccountSummary request. |
void |
setReportSummaries(Collection<FindingsReportSummary> reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account. |
String |
toString()
Returns a string representation of this object.
|
GetFindingsReportAccountSummaryResult |
withNextToken(String nextToken)
The
nextToken value to include in a future GetFindingsReportAccountSummary request. |
GetFindingsReportAccountSummaryResult |
withReportSummaries(Collection<FindingsReportSummary> reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account. |
GetFindingsReportAccountSummaryResult |
withReportSummaries(FindingsReportSummary... reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetFindingsReportAccountSummaryResult()
public void setNextToken(String nextToken)
The nextToken value to include in a future GetFindingsReportAccountSummary request.
When the results of a GetFindingsReportAccountSummary request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The nextToken value to include in a future GetFindingsReportAccountSummary
request. When the results of a GetFindingsReportAccountSummary request exceed
maxResults, this value can be used to retrieve the next page of results. This value is
null when there are no more results to return.public String getNextToken()
The nextToken value to include in a future GetFindingsReportAccountSummary request.
When the results of a GetFindingsReportAccountSummary request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken value to include in a future GetFindingsReportAccountSummary
request. When the results of a GetFindingsReportAccountSummary request exceed
maxResults, this value can be used to retrieve the next page of results. This value is
null when there are no more results to return.public GetFindingsReportAccountSummaryResult withNextToken(String nextToken)
The nextToken value to include in a future GetFindingsReportAccountSummary request.
When the results of a GetFindingsReportAccountSummary request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The nextToken value to include in a future GetFindingsReportAccountSummary
request. When the results of a GetFindingsReportAccountSummary request exceed
maxResults, this value can be used to retrieve the next page of results. This value is
null when there are no more results to return.public List<FindingsReportSummary> getReportSummaries()
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account.
FindingsReportSummary objects taht contain summaries of analysis results for all
profiling groups in your AWS account.public void setReportSummaries(Collection<FindingsReportSummary> reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account.
reportSummaries - The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all
profiling groups in your AWS account.public GetFindingsReportAccountSummaryResult withReportSummaries(FindingsReportSummary... reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setReportSummaries(java.util.Collection) or withReportSummaries(java.util.Collection) if you
want to override the existing values.
reportSummaries - The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all
profiling groups in your AWS account.public GetFindingsReportAccountSummaryResult withReportSummaries(Collection<FindingsReportSummary> reportSummaries)
The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all profiling
groups in your AWS account.
reportSummaries - The return list of
FindingsReportSummary objects taht contain summaries of analysis results for all
profiling groups in your AWS account.public String toString()
toString in class ObjectObject.toString()public GetFindingsReportAccountSummaryResult clone()