7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHubRequest.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename SecurityControlIdsT = Aws::Vector<Aws::String>>
42 m_securityControlIdsHasBeenSet =
true;
43 m_securityControlIds = std::forward<SecurityControlIdsT>(value);
45 template <
typename SecurityControlIdsT = Aws::Vector<Aws::String>>
50 template <
typename SecurityControlIdsT = Aws::String>
52 m_securityControlIdsHasBeenSet =
true;
53 m_securityControlIds.emplace_back(std::forward<SecurityControlIdsT>(value));
59 bool m_securityControlIdsHasBeenSet =
false;
bool SecurityControlIdsHasBeenSet() const
void SetSecurityControlIds(SecurityControlIdsT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
BatchGetSecurityControlsRequest & AddSecurityControlIds(SecurityControlIdsT &&value)
virtual const char * GetServiceRequestName() const override
BatchGetSecurityControlsRequest & WithSecurityControlIds(SecurityControlIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityControlIds() const
AWS_SECURITYHUB_API BatchGetSecurityControlsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector