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/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/AggregateResourceIdentifier.h>
16namespace ConfigService
45 template<
typename ConfigurationAggregatorNameT = Aws::String>
46 void SetConfigurationAggregatorName(ConfigurationAggregatorNameT&& value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value); }
47 template<
typename ConfigurationAggregatorNameT = Aws::String>
57 template<
typename ResourceIdentifiersT = Aws::Vector<AggregateResourceIdentifier>>
58 void SetResourceIdentifiers(ResourceIdentifiersT&& value) { m_resourceIdentifiersHasBeenSet =
true; m_resourceIdentifiers = std::forward<ResourceIdentifiersT>(value); }
59 template<
typename ResourceIdentifiersT = Aws::Vector<AggregateResourceIdentifier>>
61 template<
typename ResourceIdentifiersT = AggregateResourceIdentifier>
67 bool m_configurationAggregatorNameHasBeenSet =
false;
70 bool m_resourceIdentifiersHasBeenSet =
false;
const Aws::String & GetConfigurationAggregatorName() const
bool ConfigurationAggregatorNameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceIdentifiersHasBeenSet() const
BatchGetAggregateResourceConfigRequest & WithConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetResourceIdentifiers(ResourceIdentifiersT &&value)
AWS_CONFIGSERVICE_API BatchGetAggregateResourceConfigRequest()=default
BatchGetAggregateResourceConfigRequest & AddResourceIdentifiers(ResourceIdentifiersT &&value)
void SetConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
const Aws::Vector< AggregateResourceIdentifier > & GetResourceIdentifiers() const
BatchGetAggregateResourceConfigRequest & WithResourceIdentifiers(ResourceIdentifiersT &&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