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>
55 bool m_securityControlIdsHasBeenSet =
false;
void SetSecurityControlIds(const Aws::Vector< Aws::String > &value)
bool SecurityControlIdsHasBeenSet() const
BatchGetSecurityControlsRequest & AddSecurityControlIds(const Aws::String &value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
BatchGetSecurityControlsRequest & AddSecurityControlIds(Aws::String &&value)
BatchGetSecurityControlsRequest & AddSecurityControlIds(const char *value)
void SetSecurityControlIds(Aws::Vector< Aws::String > &&value)
BatchGetSecurityControlsRequest & WithSecurityControlIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSecurityControlIds() const
AWS_SECURITYHUB_API BatchGetSecurityControlsRequest()
BatchGetSecurityControlsRequest & WithSecurityControlIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector