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/AwsSecurityFindingIdentifier.h>
12#include <aws/securityhub/model/BatchUpdateFindingsUnprocessedFinding.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ProcessedFindingsT = Aws::Vector<AwsSecurityFindingIdentifier>>
40 m_processedFindingsHasBeenSet =
true;
41 m_processedFindings = std::forward<ProcessedFindingsT>(value);
43 template <
typename ProcessedFindingsT = Aws::Vector<AwsSecurityFindingIdentifier>>
48 template <
typename ProcessedFindingsT = AwsSecurityFindingIdentifier>
50 m_processedFindingsHasBeenSet =
true;
51 m_processedFindings.emplace_back(std::forward<ProcessedFindingsT>(value));
61 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsUnprocessedFinding>>
63 m_unprocessedFindingsHasBeenSet =
true;
64 m_unprocessedFindings = std::forward<UnprocessedFindingsT>(value);
66 template <
typename UnprocessedFindingsT = Aws::Vector<BatchUpdateFindingsUnprocessedFinding>>
71 template <
typename UnprocessedFindingsT = BatchUpdateFindingsUnprocessedFinding>
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;
const Aws::String & GetRequestId() const
BatchUpdateFindingsResult & WithProcessedFindings(ProcessedFindingsT &&value)
BatchUpdateFindingsResult & WithRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API BatchUpdateFindingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdateFindingsResult & AddUnprocessedFindings(UnprocessedFindingsT &&value)
const Aws::Vector< AwsSecurityFindingIdentifier > & GetProcessedFindings() const
const Aws::Vector< BatchUpdateFindingsUnprocessedFinding > & GetUnprocessedFindings() const
BatchUpdateFindingsResult & WithUnprocessedFindings(UnprocessedFindingsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SECURITYHUB_API BatchUpdateFindingsResult()=default
void SetRequestId(RequestIdT &&value)
void SetUnprocessedFindings(UnprocessedFindingsT &&value)
BatchUpdateFindingsResult & AddProcessedFindings(ProcessedFindingsT &&value)
void SetProcessedFindings(ProcessedFindingsT &&value)
AWS_SECURITYHUB_API BatchUpdateFindingsResult(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