7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/PrefixType.h>
9#include <aws/appflow/model/PrefixFormat.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appflow/model/PathPrefix.h>
79 template<
typename PathPrefixHierarchyT = Aws::Vector<PathPrefix>>
80 void SetPathPrefixHierarchy(PathPrefixHierarchyT&& value) { m_pathPrefixHierarchyHasBeenSet =
true; m_pathPrefixHierarchy = std::forward<PathPrefixHierarchyT>(value); }
81 template<
typename PathPrefixHierarchyT = Aws::Vector<PathPrefix>>
88 bool m_prefixTypeHasBeenSet =
false;
91 bool m_prefixFormatHasBeenSet =
false;
94 bool m_pathPrefixHierarchyHasBeenSet =
false;
void SetPrefixType(PrefixType value)
PrefixConfig & WithPrefixType(PrefixType value)
bool PrefixFormatHasBeenSet() const
PrefixType GetPrefixType() const
PrefixConfig & AddPathPrefixHierarchy(PathPrefix value)
PrefixConfig & WithPathPrefixHierarchy(PathPrefixHierarchyT &&value)
AWS_APPFLOW_API PrefixConfig(Aws::Utils::Json::JsonView jsonValue)
PrefixConfig & WithPrefixFormat(PrefixFormat value)
void SetPathPrefixHierarchy(PathPrefixHierarchyT &&value)
AWS_APPFLOW_API PrefixConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
PrefixFormat GetPrefixFormat() const
void SetPrefixFormat(PrefixFormat value)
const Aws::Vector< PathPrefix > & GetPathPrefixHierarchy() const
AWS_APPFLOW_API PrefixConfig()=default
bool PrefixTypeHasBeenSet() const
bool PathPrefixHierarchyHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue