/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for what files should be pulled from the
* source.See Also:
AWS
* API Reference
Identifiers for the source folders to pull all files from recursively.
*/ inline const Aws::VectorIdentifiers for the source folders to pull all files from recursively.
*/ inline bool FoldersHasBeenSet() const { return m_foldersHasBeenSet; } /** *Identifiers for the source folders to pull all files from recursively.
*/ inline void SetFolders(const Aws::VectorIdentifiers for the source folders to pull all files from recursively.
*/ inline void SetFolders(Aws::VectorIdentifiers for the source folders to pull all files from recursively.
*/ inline FileConfiguration& WithFolders(const Aws::VectorIdentifiers for the source folders to pull all files from recursively.
*/ inline FileConfiguration& WithFolders(Aws::VectorIdentifiers for the source folders to pull all files from recursively.
*/ inline FileConfiguration& AddFolders(const Aws::String& value) { m_foldersHasBeenSet = true; m_folders.push_back(value); return *this; } /** *Identifiers for the source folders to pull all files from recursively.
*/ inline FileConfiguration& AddFolders(Aws::String&& value) { m_foldersHasBeenSet = true; m_folders.push_back(std::move(value)); return *this; } /** *Identifiers for the source folders to pull all files from recursively.
*/ inline FileConfiguration& AddFolders(const char* value) { m_foldersHasBeenSet = true; m_folders.push_back(value); return *this; } /** *Restrictions for what files should be pulled from the source.
*/ inline const Aws::MapRestrictions for what files should be pulled from the source.
*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *Restrictions for what files should be pulled from the source.
*/ inline void SetFilters(const Aws::MapRestrictions for what files should be pulled from the source.
*/ inline void SetFilters(Aws::MapRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& WithFilters(const Aws::MapRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& WithFilters(Aws::MapRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(const Aws::String& key, const Aws::VectorRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(Aws::String&& key, const Aws::VectorRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(const Aws::String& key, Aws::VectorRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(Aws::String&& key, Aws::VectorRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(const char* key, Aws::VectorRestrictions for what files should be pulled from the source.
*/ inline FileConfiguration& AddFilters(const char* key, const Aws::Vector