/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response to the request.See Also:
AWS
* API Reference
A list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline const Aws::VectorA list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline void SetFindings(const Aws::VectorA list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline void SetFindings(Aws::VectorA list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline ListFindingsResult& WithFindings(const Aws::VectorA list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline ListFindingsResult& WithFindings(Aws::VectorA list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline ListFindingsResult& AddFindings(const FindingSummary& value) { m_findings.push_back(value); return *this; } /** *A list of findings retrieved from the analyzer that match the filter criteria * specified, if any.
*/ inline ListFindingsResult& AddFindings(FindingSummary&& value) { m_findings.push_back(std::move(value)); return *this; } /** *A token used for pagination of results returned.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *A token used for pagination of results returned.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *A token used for pagination of results returned.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *A token used for pagination of results returned.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *A token used for pagination of results returned.
*/ inline ListFindingsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *A token used for pagination of results returned.
*/ inline ListFindingsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *A token used for pagination of results returned.
*/ inline ListFindingsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListFindingsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListFindingsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListFindingsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector