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/SecurityControl.h>
11#include <aws/securityhub/model/UnprocessedSecurityControl.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
40 template <
typename SecurityControlsT = Aws::Vector<SecurityControl>>
42 m_securityControlsHasBeenSet =
true;
43 m_securityControls = std::forward<SecurityControlsT>(value);
45 template <
typename SecurityControlsT = Aws::Vector<SecurityControl>>
50 template <
typename SecurityControlsT = SecurityControl>
52 m_securityControlsHasBeenSet =
true;
53 m_securityControls.emplace_back(std::forward<SecurityControlsT>(value));
65 template <
typename UnprocessedIdsT = Aws::Vector<UnprocessedSecurityControl>>
67 m_unprocessedIdsHasBeenSet =
true;
68 m_unprocessedIds = std::forward<UnprocessedIdsT>(value);
70 template <
typename UnprocessedIdsT = Aws::Vector<UnprocessedSecurityControl>>
75 template <
typename UnprocessedIdsT = UnprocessedSecurityControl>
77 m_unprocessedIdsHasBeenSet =
true;
78 m_unprocessedIds.emplace_back(std::forward<UnprocessedIdsT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
103 bool m_securityControlsHasBeenSet =
false;
104 bool m_unprocessedIdsHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
BatchGetSecurityControlsResult & AddSecurityControls(SecurityControlsT &&value)
const Aws::Vector< UnprocessedSecurityControl > & GetUnprocessedIds() const
AWS_SECURITYHUB_API BatchGetSecurityControlsResult()=default
void SetRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API BatchGetSecurityControlsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSecurityControls(SecurityControlsT &&value)
BatchGetSecurityControlsResult & AddUnprocessedIds(UnprocessedIdsT &&value)
BatchGetSecurityControlsResult & WithUnprocessedIds(UnprocessedIdsT &&value)
BatchGetSecurityControlsResult & WithSecurityControls(SecurityControlsT &&value)
void SetUnprocessedIds(UnprocessedIdsT &&value)
const Aws::Vector< SecurityControl > & GetSecurityControls() const
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API BatchGetSecurityControlsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetSecurityControlsResult & WithRequestId(RequestIdT &&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