7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename SecurityControlIdsT = Aws::Vector<Aws::String>>
45 void SetSecurityControlIds(SecurityControlIdsT&& value) { m_securityControlIdsHasBeenSet =
true; m_securityControlIds = std::forward<SecurityControlIdsT>(value); }
46 template<
typename SecurityControlIdsT = Aws::Vector<Aws::String>>
48 template<
typename SecurityControlIdsT = Aws::String>
54 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