7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/config/model/ConfigRule.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/Tag.h>
16namespace ConfigService
45 template<
typename ConfigRuleT = ConfigRule>
46 void SetConfigRule(ConfigRuleT&& value) { m_configRuleHasBeenSet =
true; m_configRule = std::forward<ConfigRuleT>(value); }
47 template<
typename ConfigRuleT = ConfigRule>
57 template<
typename TagsT = Aws::Vector<Tag>>
58 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
59 template<
typename TagsT = Aws::Vector<Tag>>
61 template<
typename TagsT = Tag>
67 bool m_configRuleHasBeenSet =
false;
70 bool m_tagsHasBeenSet =
false;
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ConfigRule & GetConfigRule() const
PutConfigRuleRequest & AddTags(TagsT &&value)
void SetConfigRule(ConfigRuleT &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
PutConfigRuleRequest & WithTags(TagsT &&value)
AWS_CONFIGSERVICE_API PutConfigRuleRequest()=default
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool ConfigRuleHasBeenSet() const
PutConfigRuleRequest & WithConfigRule(ConfigRuleT &&value)
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