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
46 inline void SetConfigurationAggregatorName(
const char* value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName.assign(value); }
66 bool m_configurationAggregatorNameHasBeenSet =
false;
69 bool m_resourceIdentifierHasBeenSet =
false;
void SetConfigurationAggregatorName(const char *value)
void SetConfigurationAggregatorName(Aws::String &&value)
const Aws::String & GetConfigurationAggregatorName() const
GetAggregateResourceConfigRequest & WithConfigurationAggregatorName(Aws::String &&value)
GetAggregateResourceConfigRequest & WithResourceIdentifier(AggregateResourceIdentifier &&value)
GetAggregateResourceConfigRequest & WithConfigurationAggregatorName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetAggregateResourceConfigRequest & WithResourceIdentifier(const AggregateResourceIdentifier &value)
void SetResourceIdentifier(AggregateResourceIdentifier &&value)
void SetConfigurationAggregatorName(const Aws::String &value)
const AggregateResourceIdentifier & GetResourceIdentifier() const
void SetResourceIdentifier(const AggregateResourceIdentifier &value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
bool ConfigurationAggregatorNameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetAggregateResourceConfigRequest & WithConfigurationAggregatorName(const char *value)
bool ResourceIdentifierHasBeenSet() const
AWS_CONFIGSERVICE_API GetAggregateResourceConfigRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String