7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RuleNamesT = Aws::Vector<Aws::String>>
49 void SetRuleNames(RuleNamesT&& value) { m_ruleNamesHasBeenSet =
true; m_ruleNames = std::forward<RuleNamesT>(value); }
50 template<
typename RuleNamesT = Aws::Vector<Aws::String>>
52 template<
typename RuleNamesT = Aws::String>
58 bool m_ruleNamesHasBeenSet =
false;
DisableInsightRulesRequest & WithRuleNames(RuleNamesT &&value)
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool RuleNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetRuleNames() const
void SetRuleNames(RuleNamesT &&value)
DisableInsightRulesRequest & AddRuleNames(RuleNamesT &&value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
AWS_CLOUDWATCH_API DisableInsightRulesRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector