7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/monitoring/CloudWatchRequest.h>
10#include <aws/monitoring/CloudWatch_EXPORTS.h>
42 template <
typename RuleNamesT = Aws::Vector<Aws::String>>
44 m_ruleNamesHasBeenSet =
true;
45 m_ruleNames = std::forward<RuleNamesT>(value);
47 template <
typename RuleNamesT = Aws::Vector<Aws::String>>
52 template <
typename RuleNamesT = Aws::String>
54 m_ruleNamesHasBeenSet =
true;
55 m_ruleNames.emplace_back(std::forward<RuleNamesT>(value));
61 bool m_ruleNamesHasBeenSet =
false;
AWS_CLOUDWATCH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RuleNamesHasBeenSet() const
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetRuleNames() const
AWS_CLOUDWATCH_API DeleteInsightRulesRequest()=default
void SetRuleNames(RuleNamesT &&value)
DeleteInsightRulesRequest & WithRuleNames(RuleNamesT &&value)
DeleteInsightRulesRequest & AddRuleNames(RuleNamesT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector