7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace AppIntegrationsService
49 template<
typename FoldersT = Aws::Vector<Aws::String>>
50 void SetFolders(FoldersT&& value) { m_foldersHasBeenSet =
true; m_folders = std::forward<FoldersT>(value); }
51 template<
typename FoldersT = Aws::Vector<Aws::String>>
53 template<
typename FoldersT = Aws::String>
54 FileConfiguration&
AddFolders(FoldersT&& value) { m_foldersHasBeenSet =
true; m_folders.emplace_back(std::forward<FoldersT>(value));
return *
this; }
63 template<
typename FiltersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
64 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
65 template<
typename FiltersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
67 template<
typename FiltersKeyT = Aws::String,
typename FiltersValueT = Aws::Vector<Aws::String>>
69 m_filtersHasBeenSet =
true; m_filters.emplace(std::forward<FiltersKeyT>(key), std::forward<FiltersValueT>(value));
return *
this;
75 bool m_foldersHasBeenSet =
false;
78 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