7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/config/model/AggregateResourceIdentifier.h>
15namespace ConfigService
44 template<
typename ConfigurationAggregatorNameT = Aws::String>
45 void SetConfigurationAggregatorName(ConfigurationAggregatorNameT&& value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value); }
46 template<
typename ConfigurationAggregatorNameT = Aws::String>
56 template<
typename ResourceIdentifierT = AggregateResourceIdentifier>
57 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
58 template<
typename ResourceIdentifierT = AggregateResourceIdentifier>
64 bool m_configurationAggregatorNameHasBeenSet =
false;
67 bool m_resourceIdentifierHasBeenSet =
false;
GetAggregateResourceConfigRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetConfigurationAggregatorName() const
AWS_CONFIGSERVICE_API GetAggregateResourceConfigRequest()=default
virtual const char * GetServiceRequestName() const override
const AggregateResourceIdentifier & GetResourceIdentifier() const
GetAggregateResourceConfigRequest & WithConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
void SetResourceIdentifier(ResourceIdentifierT &&value)
bool ConfigurationAggregatorNameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceIdentifierHasBeenSet() const
void SetConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String