7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/BatchUpdateFindingsV2ProcessedFinding.h>
11#include <aws/securityhub/model/BatchUpdateFindingsV2UnprocessedFinding.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
39 m_processedFindingsHasBeenSet =
true;
40 m_processedFindings = std::forward<ProcessedFindingsT>(value);
42 template <
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
47 template <
typename ProcessedFindingsT = BatchUpdateFindingsV2ProcessedFinding>
49 m_processedFindingsHasBeenSet =
true;
50 m_processedFindings.emplace_back(std::forward<ProcessedFindingsT>(value));
60 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
62 m_unprocessedFindingsHasBeenSet =
true;
63 m_unprocessedFindings = std::forward<UnprocessedFindingsT>(value);
65 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
70 template <
typename UnprocessedFindingsT = BatchUpdateFindingsV2UnprocessedFinding>
72 m_unprocessedFindingsHasBeenSet =
true;
73 m_unprocessedFindings.emplace_back(std::forward<UnprocessedFindingsT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
98 bool m_processedFindingsHasBeenSet =
false;
99 bool m_unprocessedFindingsHasBeenSet =
false;
100 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)
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