/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A container for what Amazon S3 Storage Lens configuration
* includes.See Also:
AWS
* API Reference
A container for the S3 Storage Lens bucket includes.
*/ inline const Aws::VectorA container for the S3 Storage Lens bucket includes.
*/ inline bool BucketsHasBeenSet() const { return m_bucketsHasBeenSet; } /** *A container for the S3 Storage Lens bucket includes.
*/ inline void SetBuckets(const Aws::VectorA container for the S3 Storage Lens bucket includes.
*/ inline void SetBuckets(Aws::VectorA container for the S3 Storage Lens bucket includes.
*/ inline Include& WithBuckets(const Aws::VectorA container for the S3 Storage Lens bucket includes.
*/ inline Include& WithBuckets(Aws::VectorA container for the S3 Storage Lens bucket includes.
*/ inline Include& AddBuckets(const Aws::String& value) { m_bucketsHasBeenSet = true; m_buckets.push_back(value); return *this; } /** *A container for the S3 Storage Lens bucket includes.
*/ inline Include& AddBuckets(Aws::String&& value) { m_bucketsHasBeenSet = true; m_buckets.push_back(std::move(value)); return *this; } /** *A container for the S3 Storage Lens bucket includes.
*/ inline Include& AddBuckets(const char* value) { m_bucketsHasBeenSet = true; m_buckets.push_back(value); return *this; } /** *A container for the S3 Storage Lens Region includes.
*/ inline const Aws::VectorA container for the S3 Storage Lens Region includes.
*/ inline bool RegionsHasBeenSet() const { return m_regionsHasBeenSet; } /** *A container for the S3 Storage Lens Region includes.
*/ inline void SetRegions(const Aws::VectorA container for the S3 Storage Lens Region includes.
*/ inline void SetRegions(Aws::VectorA container for the S3 Storage Lens Region includes.
*/ inline Include& WithRegions(const Aws::VectorA container for the S3 Storage Lens Region includes.
*/ inline Include& WithRegions(Aws::VectorA container for the S3 Storage Lens Region includes.
*/ inline Include& AddRegions(const Aws::String& value) { m_regionsHasBeenSet = true; m_regions.push_back(value); return *this; } /** *A container for the S3 Storage Lens Region includes.
*/ inline Include& AddRegions(Aws::String&& value) { m_regionsHasBeenSet = true; m_regions.push_back(std::move(value)); return *this; } /** *A container for the S3 Storage Lens Region includes.
*/ inline Include& AddRegions(const char* value) { m_regionsHasBeenSet = true; m_regions.push_back(value); return *this; } private: Aws::Vector