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>
73 bool m_aggregatesHasBeenSet =
false;
75 int m_constituentsPerAggregate;
76 bool m_constituentsPerAggregateHasBeenSet =
false;
bool ConstituentsPerAggregateHasBeenSet() const
AWS_FSX_API CreateAggregateConfiguration()
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
CreateAggregateConfiguration & WithConstituentsPerAggregate(int value)
void SetAggregates(Aws::Vector< Aws::String > &&value)
CreateAggregateConfiguration & WithAggregates(Aws::Vector< Aws::String > &&value)
CreateAggregateConfiguration & AddAggregates(const char *value)
CreateAggregateConfiguration & WithAggregates(const Aws::Vector< Aws::String > &value)
void SetConstituentsPerAggregate(int value)
AWS_FSX_API CreateAggregateConfiguration(Aws::Utils::Json::JsonView jsonValue)
CreateAggregateConfiguration & AddAggregates(const Aws::String &value)
CreateAggregateConfiguration & AddAggregates(Aws::String &&value)
const Aws::Vector< Aws::String > & GetAggregates() const
void SetAggregates(const Aws::Vector< Aws::String > &value)
int GetConstituentsPerAggregate() const
AWS_FSX_API CreateAggregateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregatesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue