7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fsx/FSx_EXPORTS.h>
52 template <
typename AggregatesT = Aws::Vector<Aws::String>>
54 m_aggregatesHasBeenSet =
true;
55 m_aggregates = std::forward<AggregatesT>(value);
57 template <
typename AggregatesT = Aws::Vector<Aws::String>>
62 template <
typename AggregatesT = Aws::String>
64 m_aggregatesHasBeenSet =
true;
65 m_aggregates.emplace_back(std::forward<AggregatesT>(value));
78 m_totalConstituentsHasBeenSet =
true;
79 m_totalConstituents = value;
89 int m_totalConstituents{0};
90 bool m_aggregatesHasBeenSet =
false;
91 bool m_totalConstituentsHasBeenSet =
false;
AWS_FSX_API AggregateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AggregateConfiguration & WithTotalConstituents(int value)
bool AggregatesHasBeenSet() const
AggregateConfiguration & AddAggregates(AggregatesT &&value)
int GetTotalConstituents() const
const Aws::Vector< Aws::String > & GetAggregates() const
AWS_FSX_API AggregateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTotalConstituents(int value)
AggregateConfiguration & WithAggregates(AggregatesT &&value)
bool TotalConstituentsHasBeenSet() const
AWS_FSX_API AggregateConfiguration()=default
void SetAggregates(AggregatesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue