7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
45 inline void SetConfigurationAggregatorName(
const char* value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName.assign(value); }
53 bool m_configurationAggregatorNameHasBeenSet =
false;
void SetConfigurationAggregatorName(const Aws::String &value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetConfigurationAggregatorName() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
DeleteConfigurationAggregatorRequest & WithConfigurationAggregatorName(const char *value)
DeleteConfigurationAggregatorRequest & WithConfigurationAggregatorName(Aws::String &&value)
DeleteConfigurationAggregatorRequest & WithConfigurationAggregatorName(const Aws::String &value)
AWS_CONFIGSERVICE_API DeleteConfigurationAggregatorRequest()
void SetConfigurationAggregatorName(Aws::String &&value)
void SetConfigurationAggregatorName(const char *value)
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