7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/Finding.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
42 template <
typename FindingsT = Aws::Vector<Finding>>
44 m_findingsHasBeenSet =
true;
45 m_findings = std::forward<FindingsT>(value);
47 template <
typename FindingsT = Aws::Vector<Finding>>
52 template <
typename FindingsT = Finding>
54 m_findingsHasBeenSet =
true;
55 m_findings.emplace_back(std::forward<FindingsT>(value));
65 template <
typename NotFoundT = Aws::Vector<Aws::String>>
67 m_notFoundHasBeenSet =
true;
68 m_notFound = std::forward<NotFoundT>(value);
70 template <
typename NotFoundT = Aws::Vector<Aws::String>>
75 template <
typename NotFoundT = Aws::String>
77 m_notFoundHasBeenSet =
true;
78 m_notFound.emplace_back(std::forward<NotFoundT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
106 bool m_findingsHasBeenSet =
false;
107 bool m_notFoundHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
BatchGetFindingsResult & WithNotFound(NotFoundT &&value)
const Aws::Vector< Finding > & GetFindings() const
BatchGetFindingsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SECURITYAGENT_API BatchGetFindingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
BatchGetFindingsResult & AddFindings(FindingsT &&value)
void SetFindings(FindingsT &&value)
BatchGetFindingsResult & AddNotFound(NotFoundT &&value)
AWS_SECURITYAGENT_API BatchGetFindingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYAGENT_API BatchGetFindingsResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetNotFound() const
BatchGetFindingsResult & WithFindings(FindingsT &&value)
void SetNotFound(NotFoundT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue