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
47 inline void SetConfigurationAggregatorName(
const char* value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName.assign(value); }
69 bool m_configurationAggregatorNameHasBeenSet =
false;
72 bool m_resourceIdentifiersHasBeenSet =
false;
const Aws::String & GetConfigurationAggregatorName() const
bool ConfigurationAggregatorNameHasBeenSet() const
AWS_CONFIGSERVICE_API BatchGetAggregateResourceConfigRequest()
void SetResourceIdentifiers(Aws::Vector< AggregateResourceIdentifier > &&value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ResourceIdentifiersHasBeenSet() const
BatchGetAggregateResourceConfigRequest & WithResourceIdentifiers(const Aws::Vector< AggregateResourceIdentifier > &value)
BatchGetAggregateResourceConfigRequest & AddResourceIdentifiers(const AggregateResourceIdentifier &value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
BatchGetAggregateResourceConfigRequest & WithConfigurationAggregatorName(const Aws::String &value)
BatchGetAggregateResourceConfigRequest & WithResourceIdentifiers(Aws::Vector< AggregateResourceIdentifier > &&value)
void SetConfigurationAggregatorName(Aws::String &&value)
BatchGetAggregateResourceConfigRequest & AddResourceIdentifiers(AggregateResourceIdentifier &&value)
void SetResourceIdentifiers(const Aws::Vector< AggregateResourceIdentifier > &value)
virtual const char * GetServiceRequestName() const override
void SetConfigurationAggregatorName(const char *value)
BatchGetAggregateResourceConfigRequest & WithConfigurationAggregatorName(Aws::String &&value)
void SetConfigurationAggregatorName(const Aws::String &value)
const Aws::Vector< AggregateResourceIdentifier > & GetResourceIdentifiers() const
BatchGetAggregateResourceConfigRequest & WithConfigurationAggregatorName(const char *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