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>
53 bool m_automationRulesArnsHasBeenSet =
false;
BatchGetAutomationRulesRequest & AddAutomationRulesArns(const char *value)
void SetAutomationRulesArns(const Aws::Vector< Aws::String > &value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
BatchGetAutomationRulesRequest & WithAutomationRulesArns(Aws::Vector< Aws::String > &&value)
AWS_SECURITYHUB_API BatchGetAutomationRulesRequest()
void SetAutomationRulesArns(Aws::Vector< Aws::String > &&value)
BatchGetAutomationRulesRequest & WithAutomationRulesArns(const Aws::Vector< Aws::String > &value)
bool AutomationRulesArnsHasBeenSet() const
BatchGetAutomationRulesRequest & AddAutomationRulesArns(const Aws::String &value)
const Aws::Vector< Aws::String > & GetAutomationRulesArns() const
BatchGetAutomationRulesRequest & AddAutomationRulesArns(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector