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>
74 inline void SetTotalConstituents(
int value) { m_totalConstituentsHasBeenSet =
true; m_totalConstituents = value; }
80 bool m_aggregatesHasBeenSet =
false;
82 int m_totalConstituents;
83 bool m_totalConstituentsHasBeenSet =
false;
AggregateConfiguration & AddAggregates(const Aws::String &value)
AWS_FSX_API AggregateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API AggregateConfiguration()
AggregateConfiguration & AddAggregates(Aws::String &&value)
AggregateConfiguration & WithAggregates(Aws::Vector< Aws::String > &&value)
AggregateConfiguration & WithTotalConstituents(int value)
AggregateConfiguration & WithAggregates(const Aws::Vector< Aws::String > &value)
bool AggregatesHasBeenSet() const
AggregateConfiguration & AddAggregates(const char *value)
void SetAggregates(const Aws::Vector< Aws::String > &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 SetAggregates(Aws::Vector< Aws::String > &&value)
void SetTotalConstituents(int value)
bool TotalConstituentsHasBeenSet() 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