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/securityhub/SecurityHub_EXPORTS.h>
11#include <aws/securityhub/model/BatchUpdateFindingsV2ProcessedFinding.h>
12#include <aws/securityhub/model/BatchUpdateFindingsV2UnprocessedFinding.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
40 m_processedFindingsHasBeenSet =
true;
41 m_processedFindings = std::forward<ProcessedFindingsT>(value);
43 template <
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
48 template <
typename ProcessedFindingsT = BatchUpdateFindingsV2ProcessedFinding>
50 m_processedFindingsHasBeenSet =
true;
51 m_processedFindings.emplace_back(std::forward<ProcessedFindingsT>(value));
61 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
63 m_unprocessedFindingsHasBeenSet =
true;
64 m_unprocessedFindings = std::forward<UnprocessedFindingsT>(value);
66 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
71 template <
typename UnprocessedFindingsT = BatchUpdateFindingsV2UnprocessedFinding>
73 m_unprocessedFindingsHasBeenSet =
true;
74 m_unprocessedFindings.emplace_back(std::forward<UnprocessedFindingsT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_processedFindingsHasBeenSet =
false;
103 bool m_unprocessedFindingsHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
AWS_SECURITYHUB_API BatchUpdateFindingsV2Result()=default
const Aws::Vector< BatchUpdateFindingsV2ProcessedFinding > & GetProcessedFindings() const
const Aws::String & GetRequestId() const
void SetUnprocessedFindings(UnprocessedFindingsT &&value)
BatchUpdateFindingsV2Result & AddUnprocessedFindings(UnprocessedFindingsT &&value)
void SetProcessedFindings(ProcessedFindingsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchUpdateFindingsV2Result & WithUnprocessedFindings(UnprocessedFindingsT &&value)
BatchUpdateFindingsV2Result & WithRequestId(RequestIdT &&value)
BatchUpdateFindingsV2Result & WithProcessedFindings(ProcessedFindingsT &&value)
const Aws::Vector< BatchUpdateFindingsV2UnprocessedFinding > & GetUnprocessedFindings() const
BatchUpdateFindingsV2Result & AddProcessedFindings(ProcessedFindingsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API BatchUpdateFindingsV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYHUB_API BatchUpdateFindingsV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue