7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/config/model/AggregateResourceIdentifier.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService {
40 template <
typename ConfigurationAggregatorNameT = Aws::String>
42 m_configurationAggregatorNameHasBeenSet =
true;
43 m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value);
45 template <
typename ConfigurationAggregatorNameT = Aws::String>
58 template <
typename ResourceIdentifierT = AggregateResourceIdentifier>
60 m_resourceIdentifierHasBeenSet =
true;
61 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
63 template <
typename ResourceIdentifierT = AggregateResourceIdentifier>
73 bool m_configurationAggregatorNameHasBeenSet =
false;
74 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