7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/model/BatchUpdateFindingsV2ProcessedFinding.h>
11#include <aws/securityhub/model/BatchUpdateFindingsV2UnprocessedFinding.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
44 void SetProcessedFindings(ProcessedFindingsT&& value) { m_processedFindingsHasBeenSet =
true; m_processedFindings = std::forward<ProcessedFindingsT>(value); }
45 template<
typename ProcessedFindingsT = Aws::Vector<BatchUpdateFindingsV2ProcessedFinding>>
47 template<
typename ProcessedFindingsT = BatchUpdateFindingsV2ProcessedFinding>
56 template<
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
57 void SetUnprocessedFindings(UnprocessedFindingsT&& value) { m_unprocessedFindingsHasBeenSet =
true; m_unprocessedFindings = std::forward<UnprocessedFindingsT>(value); }
58 template<
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsV2UnprocessedFinding>>
60 template<
typename UnprocessedFindingsT = BatchUpdateFindingsV2UnprocessedFinding>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_processedFindingsHasBeenSet =
false;
78 bool m_unprocessedFindingsHasBeenSet =
false;
81 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