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>
49 template<
typename AggregatesT = Aws::Vector<Aws::String>>
50 void SetAggregates(AggregatesT&& value) { m_aggregatesHasBeenSet =
true; m_aggregates = std::forward<AggregatesT>(value); }
51 template<
typename AggregatesT = Aws::Vector<Aws::String>>
53 template<
typename AggregatesT = Aws::String>
72 bool m_aggregatesHasBeenSet =
false;
74 int m_constituentsPerAggregate{0};
75 bool m_constituentsPerAggregateHasBeenSet =
false;
bool ConstituentsPerAggregateHasBeenSet() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
CreateAggregateConfiguration & WithConstituentsPerAggregate(int value)
void SetConstituentsPerAggregate(int value)
AWS_FSX_API CreateAggregateConfiguration(Aws::Utils::Json::JsonView jsonValue)
CreateAggregateConfiguration & WithAggregates(AggregatesT &&value)
CreateAggregateConfiguration & AddAggregates(AggregatesT &&value)
const Aws::Vector< Aws::String > & GetAggregates() const
int GetConstituentsPerAggregate() const
AWS_FSX_API CreateAggregateConfiguration()=default
AWS_FSX_API CreateAggregateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregatesHasBeenSet() const
void SetAggregates(AggregatesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue