7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename AggregatesT = Aws::Vector<Aws::String>>
59 void SetAggregates(AggregatesT&& value) { m_aggregatesHasBeenSet =
true; m_aggregates = std::forward<AggregatesT>(value); }
60 template<
typename AggregatesT = Aws::Vector<Aws::String>>
62 template<
typename AggregatesT = Aws::String>
73 inline void SetTotalConstituents(
int value) { m_totalConstituentsHasBeenSet =
true; m_totalConstituents = value; }
79 bool m_aggregatesHasBeenSet =
false;
81 int m_totalConstituents{0};
82 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