7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace AppIntegrationsService {
43 template <
typename FoldersT = Aws::Vector<Aws::String>>
45 m_foldersHasBeenSet =
true;
46 m_folders = std::forward<FoldersT>(value);
48 template <
typename FoldersT = Aws::Vector<Aws::String>>
53 template <
typename FoldersT = Aws::String>
55 m_foldersHasBeenSet =
true;
56 m_folders.emplace_back(std::forward<FoldersT>(value));
67 template <
typename FiltersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
69 m_filtersHasBeenSet =
true;
70 m_filters = std::forward<FiltersT>(value);
72 template <
typename FiltersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
77 template <
typename FiltersKeyT = Aws::String,
typename FiltersValueT = Aws::Vector<Aws::String>>
79 m_filtersHasBeenSet =
true;
80 m_filters.emplace(std::forward<FiltersKeyT>(key), std::forward<FiltersValueT>(value));
88 bool m_foldersHasBeenSet =
false;
89 bool m_filtersHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetFilters() const
FileConfiguration & AddFolders(FoldersT &&value)
FileConfiguration & WithFilters(FiltersT &&value)
FileConfiguration & WithFolders(FoldersT &&value)
AWS_APPINTEGRATIONSSERVICE_API FileConfiguration()=default
const Aws::Vector< Aws::String > & GetFolders() const
void SetFilters(FiltersT &&value)
bool FoldersHasBeenSet() const
bool FiltersHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API FileConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API FileConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFolders(FoldersT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
FileConfiguration & AddFilters(FiltersKeyT &&key, FiltersValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue