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/SecurityControl.h>
11#include <aws/securityhub/model/UnprocessedSecurityControl.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
46 template<
typename SecurityControlsT = Aws::Vector<SecurityControl>>
47 void SetSecurityControls(SecurityControlsT&& value) { m_securityControlsHasBeenSet =
true; m_securityControls = std::forward<SecurityControlsT>(value); }
48 template<
typename SecurityControlsT = Aws::Vector<SecurityControl>>
50 template<
typename SecurityControlsT = SecurityControl>
61 template<
typename UnprocessedIdsT = Aws::Vector<UnprocessedSecurityControl>>
62 void SetUnprocessedIds(UnprocessedIdsT&& value) { m_unprocessedIdsHasBeenSet =
true; m_unprocessedIds = std::forward<UnprocessedIdsT>(value); }
63 template<
typename UnprocessedIdsT = Aws::Vector<UnprocessedSecurityControl>>
65 template<
typename UnprocessedIdsT = UnprocessedSecurityControl>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_securityControlsHasBeenSet =
false;
83 bool m_unprocessedIdsHasBeenSet =
false;
86 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