7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
43 template<
typename ConfigurationAggregatorNameT = Aws::String>
44 void SetConfigurationAggregatorName(ConfigurationAggregatorNameT&& value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value); }
45 template<
typename ConfigurationAggregatorNameT = Aws::String>
51 bool m_configurationAggregatorNameHasBeenSet =
false;
DeleteConfigurationAggregatorRequest & WithConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetConfigurationAggregatorName() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
void SetConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
AWS_CONFIGSERVICE_API DeleteConfigurationAggregatorRequest()=default
virtual const char * GetServiceRequestName() const override
bool ConfigurationAggregatorNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String