/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A container for the calculated facet values and counts.See
* Also:
AWS
* API Reference
A list of the calculated facet values and counts.
*/ inline const Aws::VectorA list of the calculated facet values and counts.
*/ inline bool BucketsHasBeenSet() const { return m_bucketsHasBeenSet; } /** *A list of the calculated facet values and counts.
*/ inline void SetBuckets(const Aws::VectorA list of the calculated facet values and counts.
*/ inline void SetBuckets(Aws::VectorA list of the calculated facet values and counts.
*/ inline BucketInfo& WithBuckets(const Aws::VectorA list of the calculated facet values and counts.
*/ inline BucketInfo& WithBuckets(Aws::VectorA list of the calculated facet values and counts.
*/ inline BucketInfo& AddBuckets(const Bucket& value) { m_bucketsHasBeenSet = true; m_buckets.push_back(value); return *this; } /** *A list of the calculated facet values and counts.
*/ inline BucketInfo& AddBuckets(Bucket&& value) { m_bucketsHasBeenSet = true; m_buckets.push_back(std::move(value)); return *this; } private: Aws::Vector