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/AutomationRulesConfig.h>
11#include <aws/securityhub/model/UnprocessedAutomationRule.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
AWS_SECURITYHUB_API BatchGetAutomationRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
BatchGetAutomationRulesResult & WithRules(Aws::Vector< AutomationRulesConfig > &&value)
const Aws::Vector< UnprocessedAutomationRule > & GetUnprocessedAutomationRules() const
void SetUnprocessedAutomationRules(Aws::Vector< UnprocessedAutomationRule > &&value)
const Aws::Vector< AutomationRulesConfig > & GetRules() const
BatchGetAutomationRulesResult & AddRules(const AutomationRulesConfig &value)
BatchGetAutomationRulesResult & AddUnprocessedAutomationRules(UnprocessedAutomationRule &&value)
void SetRules(Aws::Vector< AutomationRulesConfig > &&value)
void SetRequestId(const char *value)
void SetUnprocessedAutomationRules(const Aws::Vector< UnprocessedAutomationRule > &value)
BatchGetAutomationRulesResult & WithRequestId(Aws::String &&value)
AWS_SECURITYHUB_API BatchGetAutomationRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYHUB_API BatchGetAutomationRulesResult()
BatchGetAutomationRulesResult & WithUnprocessedAutomationRules(const Aws::Vector< UnprocessedAutomationRule > &value)
BatchGetAutomationRulesResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
BatchGetAutomationRulesResult & WithRules(const Aws::Vector< AutomationRulesConfig > &value)
BatchGetAutomationRulesResult & WithUnprocessedAutomationRules(Aws::Vector< UnprocessedAutomationRule > &&value)
BatchGetAutomationRulesResult & AddUnprocessedAutomationRules(const UnprocessedAutomationRule &value)
BatchGetAutomationRulesResult & AddRules(AutomationRulesConfig &&value)
void SetRules(const Aws::Vector< AutomationRulesConfig > &value)
BatchGetAutomationRulesResult & WithRequestId(const char *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