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/AccountAggregationSource.h>
25namespace ConfigService
54 inline void SetConfigurationAggregatorName(
const char* value) { m_configurationAggregatorNameHasBeenSet =
true; m_configurationAggregatorName.assign(value); }
68 inline void SetConfigurationAggregatorArn(
const char* value) { m_configurationAggregatorArnHasBeenSet =
true; m_configurationAggregatorArn.assign(value); }
132 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
140 bool m_configurationAggregatorNameHasBeenSet =
false;
143 bool m_configurationAggregatorArnHasBeenSet =
false;
146 bool m_accountAggregationSourcesHasBeenSet =
false;
149 bool m_organizationAggregationSourceHasBeenSet =
false;
152 bool m_creationTimeHasBeenSet =
false;
155 bool m_lastUpdatedTimeHasBeenSet =
false;
158 bool m_createdByHasBeenSet =
false;
void SetAccountAggregationSources(Aws::Vector< AccountAggregationSource > &&value)
bool ConfigurationAggregatorArnHasBeenSet() const
ConfigurationAggregator & AddAccountAggregationSources(const AccountAggregationSource &value)
ConfigurationAggregator & WithCreationTime(Aws::Utils::DateTime &&value)
ConfigurationAggregator & WithConfigurationAggregatorName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTime() const
ConfigurationAggregator & WithOrganizationAggregationSource(OrganizationAggregationSource &&value)
ConfigurationAggregator & WithCreatedBy(Aws::String &&value)
void SetCreatedBy(Aws::String &&value)
void SetConfigurationAggregatorName(const Aws::String &value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetConfigurationAggregatorName() const
void SetCreatedBy(const Aws::String &value)
const Aws::Vector< AccountAggregationSource > & GetAccountAggregationSources() const
const Aws::String & GetConfigurationAggregatorArn() const
void SetCreatedBy(const char *value)
void SetConfigurationAggregatorArn(const Aws::String &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
ConfigurationAggregator & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
bool CreatedByHasBeenSet() const
void SetCreationTime(const Aws::Utils::DateTime &value)
AWS_CONFIGSERVICE_API ConfigurationAggregator(Aws::Utils::Json::JsonView jsonValue)
ConfigurationAggregator & WithAccountAggregationSources(const Aws::Vector< AccountAggregationSource > &value)
ConfigurationAggregator & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
AWS_CONFIGSERVICE_API ConfigurationAggregator()
ConfigurationAggregator & WithConfigurationAggregatorName(const char *value)
bool AccountAggregationSourcesHasBeenSet() const
AWS_CONFIGSERVICE_API ConfigurationAggregator & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfigurationAggregatorArn(const char *value)
ConfigurationAggregator & WithConfigurationAggregatorArn(const Aws::String &value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetConfigurationAggregatorName(Aws::String &&value)
void SetOrganizationAggregationSource(OrganizationAggregationSource &&value)
bool CreationTimeHasBeenSet() const
ConfigurationAggregator & WithOrganizationAggregationSource(const OrganizationAggregationSource &value)
ConfigurationAggregator & WithConfigurationAggregatorArn(const char *value)
ConfigurationAggregator & WithConfigurationAggregatorArn(Aws::String &&value)
ConfigurationAggregator & WithCreationTime(const Aws::Utils::DateTime &value)
ConfigurationAggregator & WithConfigurationAggregatorName(Aws::String &&value)
void SetConfigurationAggregatorName(const char *value)
const OrganizationAggregationSource & GetOrganizationAggregationSource() const
bool LastUpdatedTimeHasBeenSet() const
ConfigurationAggregator & WithAccountAggregationSources(Aws::Vector< AccountAggregationSource > &&value)
void SetConfigurationAggregatorArn(Aws::String &&value)
void SetAccountAggregationSources(const Aws::Vector< AccountAggregationSource > &value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool OrganizationAggregationSourceHasBeenSet() const
bool ConfigurationAggregatorNameHasBeenSet() const
ConfigurationAggregator & WithCreatedBy(const Aws::String &value)
ConfigurationAggregator & WithCreatedBy(const char *value)
void SetOrganizationAggregationSource(const OrganizationAggregationSource &value)
const Aws::String & GetCreatedBy() const
ConfigurationAggregator & AddAccountAggregationSources(AccountAggregationSource &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue