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>
20namespace ConfigService {
41 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
43 m_accountIdsHasBeenSet =
true;
44 m_accountIds = std::forward<AccountIdsT>(value);
46 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
51 template <
typename AccountIdsT = Aws::String>
53 m_accountIdsHasBeenSet =
true;
54 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
66 m_allAwsRegionsHasBeenSet =
true;
67 m_allAwsRegions = value;
81 template <
typename AwsRegionsT = Aws::Vector<Aws::String>>
83 m_awsRegionsHasBeenSet =
true;
84 m_awsRegions = std::forward<AwsRegionsT>(value);
86 template <
typename AwsRegionsT = Aws::Vector<Aws::String>>
91 template <
typename AwsRegionsT = Aws::String>
93 m_awsRegionsHasBeenSet =
true;
94 m_awsRegions.emplace_back(std::forward<AwsRegionsT>(value));
101 bool m_allAwsRegions{
false};
104 bool m_accountIdsHasBeenSet =
false;
105 bool m_allAwsRegionsHasBeenSet =
false;
106 bool m_awsRegionsHasBeenSet =
false;
bool GetAllAwsRegions() const
AWS_CONFIGSERVICE_API AccountAggregationSource(Aws::Utils::Json::JsonView jsonValue)
AccountAggregationSource & AddAwsRegions(AwsRegionsT &&value)
bool AccountIdsHasBeenSet() const
AccountAggregationSource & WithAllAwsRegions(bool value)
bool AwsRegionsHasBeenSet() const
bool AllAwsRegionsHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AccountAggregationSource & AddAccountIds(AccountIdsT &&value)
void SetAllAwsRegions(bool value)
AccountAggregationSource & WithAwsRegions(AwsRegionsT &&value)
AWS_CONFIGSERVICE_API AccountAggregationSource()=default
void SetAccountIds(AccountIdsT &&value)
AWS_CONFIGSERVICE_API AccountAggregationSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAccountIds() const
const Aws::Vector< Aws::String > & GetAwsRegions() const
void SetAwsRegions(AwsRegionsT &&value)
AccountAggregationSource & WithAccountIds(AccountIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue