7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ConfigService
62 inline void SetAllAwsRegions(
bool value) { m_allAwsRegionsHasBeenSet =
true; m_allAwsRegions = value; }
83 bool m_accountIdsHasBeenSet =
false;
86 bool m_allAwsRegionsHasBeenSet =
false;
89 bool m_awsRegionsHasBeenSet =
false;
AccountAggregationSource & WithAccountIds(const Aws::Vector< Aws::String > &value)
bool GetAllAwsRegions() const
AWS_CONFIGSERVICE_API AccountAggregationSource(Aws::Utils::Json::JsonView jsonValue)
AccountAggregationSource & WithAwsRegions(Aws::Vector< Aws::String > &&value)
bool AccountIdsHasBeenSet() const
AccountAggregationSource & WithAwsRegions(const Aws::Vector< Aws::String > &value)
AccountAggregationSource & WithAllAwsRegions(bool value)
bool AwsRegionsHasBeenSet() const
bool AllAwsRegionsHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAllAwsRegions(bool value)
AccountAggregationSource & AddAwsRegions(const Aws::String &value)
AccountAggregationSource & AddAwsRegions(const char *value)
void SetAccountIds(const Aws::Vector< Aws::String > &value)
AccountAggregationSource & AddAwsRegions(Aws::String &&value)
void SetAccountIds(Aws::Vector< Aws::String > &&value)
AWS_CONFIGSERVICE_API AccountAggregationSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountAggregationSource & AddAccountIds(Aws::String &&value)
AWS_CONFIGSERVICE_API AccountAggregationSource()
const Aws::Vector< Aws::String > & GetAccountIds() const
void SetAwsRegions(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetAwsRegions() const
AccountAggregationSource & AddAccountIds(const char *value)
AccountAggregationSource & AddAccountIds(const Aws::String &value)
void SetAwsRegions(const Aws::Vector< Aws::String > &value)
AccountAggregationSource & WithAccountIds(Aws::Vector< Aws::String > &&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