7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/config/model/OrganizationAggregationSource.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/config/model/AggregatorFilters.h>
13#include <aws/config/model/AccountAggregationSource.h>
26namespace ConfigService
53 template<
typename ConfigurationAggregatorNameT = Aws::String>
54 void SetConfigurationAggregatorName(ConfigurationAggregatorNameT&& value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName = std::forward<ConfigurationAggregatorNameT>(value); }
55 template<
typename ConfigurationAggregatorNameT = Aws::String>
65 template<
typename ConfigurationAggregatorArnT = Aws::String>
66 void SetConfigurationAggregatorArn(ConfigurationAggregatorArnT&& value) { m_configurationAggregatorArnHasBeenSet =
true; m_configurationAggregatorArn = std::forward<ConfigurationAggregatorArnT>(value); }
67 template<
typename ConfigurationAggregatorArnT = Aws::String>
77 template<
typename AccountAggregationSourcesT = Aws::Vector<AccountAggregationSource>>
78 void SetAccountAggregationSources(AccountAggregationSourcesT&& value) { m_accountAggregationSourcesHasBeenSet =
true; m_accountAggregationSources = std::forward<AccountAggregationSourcesT>(value); }
79 template<
typename AccountAggregationSourcesT = Aws::Vector<AccountAggregationSource>>
81 template<
typename AccountAggregationSourcesT = AccountAggregationSource>
91 template<
typename OrganizationAggregationSourceT = OrganizationAggregationSource>
92 void SetOrganizationAggregationSource(OrganizationAggregationSourceT&& value) { m_organizationAggregationSourceHasBeenSet =
true; m_organizationAggregationSource = std::forward<OrganizationAggregationSourceT>(value); }
93 template<
typename OrganizationAggregationSourceT = OrganizationAggregationSource>
103 template<
typename CreationTimeT = Aws::Utils::DateTime>
104 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
105 template<
typename CreationTimeT = Aws::Utils::DateTime>
115 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
116 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
117 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
127 template<
typename CreatedByT = Aws::String>
128 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
129 template<
typename CreatedByT = Aws::String>
139 template<
typename AggregatorFiltersT = AggregatorFilters>
140 void SetAggregatorFilters(AggregatorFiltersT&& value) { m_aggregatorFiltersHasBeenSet =
true; m_aggregatorFilters = std::forward<AggregatorFiltersT>(value); }
141 template<
typename AggregatorFiltersT = AggregatorFilters>
147 bool m_configurationAggregatorNameHasBeenSet =
false;
150 bool m_configurationAggregatorArnHasBeenSet =
false;
153 bool m_accountAggregationSourcesHasBeenSet =
false;
156 bool m_organizationAggregationSourceHasBeenSet =
false;
159 bool m_creationTimeHasBeenSet =
false;
162 bool m_lastUpdatedTimeHasBeenSet =
false;
165 bool m_createdByHasBeenSet =
false;
167 AggregatorFilters m_aggregatorFilters;
168 bool m_aggregatorFiltersHasBeenSet =
false;
bool ConfigurationAggregatorArnHasBeenSet() const
ConfigurationAggregator & WithCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetConfigurationAggregatorName() const
const Aws::Vector< AccountAggregationSource > & GetAccountAggregationSources() const
const Aws::String & GetConfigurationAggregatorArn() const
bool CreatedByHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationAggregator(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedBy(CreatedByT &&value)
ConfigurationAggregator & WithAccountAggregationSources(AccountAggregationSourcesT &&value)
bool AccountAggregationSourcesHasBeenSet() const
ConfigurationAggregator & WithConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
AWS_CONFIGSERVICE_API ConfigurationAggregator & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOrganizationAggregationSource(OrganizationAggregationSourceT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool CreationTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
ConfigurationAggregator & WithConfigurationAggregatorArn(ConfigurationAggregatorArnT &&value)
void SetAggregatorFilters(AggregatorFiltersT &&value)
void SetConfigurationAggregatorName(ConfigurationAggregatorNameT &&value)
const AggregatorFilters & GetAggregatorFilters() const
ConfigurationAggregator & WithCreationTime(CreationTimeT &&value)
ConfigurationAggregator & AddAccountAggregationSources(AccountAggregationSourcesT &&value)
const OrganizationAggregationSource & GetOrganizationAggregationSource() const
bool LastUpdatedTimeHasBeenSet() const
ConfigurationAggregator & WithOrganizationAggregationSource(OrganizationAggregationSourceT &&value)
ConfigurationAggregator & WithAggregatorFilters(AggregatorFiltersT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool OrganizationAggregationSourceHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetAccountAggregationSources(AccountAggregationSourcesT &&value)
bool ConfigurationAggregatorNameHasBeenSet() const
ConfigurationAggregator & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetConfigurationAggregatorArn(ConfigurationAggregatorArnT &&value)
bool AggregatorFiltersHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationAggregator()=default
const Aws::String & GetCreatedBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue