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
47 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
48 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
49 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
51 template<
typename AccountIdsT = Aws::String>
61 inline void SetAllAwsRegions(
bool value) { m_allAwsRegionsHasBeenSet =
true; m_allAwsRegions = value; }
71 template<
typename AwsRegionsT = Aws::Vector<Aws::String>>
72 void SetAwsRegions(AwsRegionsT&& value) { m_awsRegionsHasBeenSet =
true; m_awsRegions = std::forward<AwsRegionsT>(value); }
73 template<
typename AwsRegionsT = Aws::Vector<Aws::String>>
75 template<
typename AwsRegionsT = Aws::String>
81 bool m_accountIdsHasBeenSet =
false;
83 bool m_allAwsRegions{
false};
84 bool m_allAwsRegionsHasBeenSet =
false;
87 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