7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
20namespace WellArchitected {
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
60 template <
typename RegionsT = Aws::Vector<Aws::String>>
62 m_regionsHasBeenSet =
true;
63 m_regions = std::forward<RegionsT>(value);
65 template <
typename RegionsT = Aws::Vector<Aws::String>>
70 template <
typename RegionsT = Aws::String>
72 m_regionsHasBeenSet =
true;
73 m_regions.emplace_back(std::forward<RegionsT>(value));
84 template <
typename AccessRoleArnT = Aws::String>
86 m_accessRoleArnHasBeenSet =
true;
87 m_accessRoleArn = std::forward<AccessRoleArnT>(value);
89 template <
typename AccessRoleArnT = Aws::String>
101 bool m_accountIdHasBeenSet =
false;
102 bool m_regionsHasBeenSet =
false;
103 bool m_accessRoleArnHasBeenSet =
false;
AWS_WELLARCHITECTED_API AggregationConfiguration()=default
AggregationConfiguration & AddRegions(RegionsT &&value)
AWS_WELLARCHITECTED_API AggregationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
bool AccessRoleArnHasBeenSet() const
AggregationConfiguration & WithRegions(RegionsT &&value)
AWS_WELLARCHITECTED_API AggregationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccessRoleArn() const
bool AccountIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetRegions() const
const Aws::String & GetAccountId() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRegions(RegionsT &&value)
void SetAccessRoleArn(AccessRoleArnT &&value)
bool RegionsHasBeenSet() const
AggregationConfiguration & WithAccessRoleArn(AccessRoleArnT &&value)
AggregationConfiguration & WithAccountId(AccountIdT &&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