7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/PathPrefix.h>
9#include <aws/appflow/model/PrefixFormat.h>
10#include <aws/appflow/model/PrefixType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 m_prefixTypeHasBeenSet =
true;
63 m_prefixFormatHasBeenSet =
true;
64 m_prefixFormat = value;
85 template <
typename PathPrefixHierarchyT = Aws::Vector<PathPrefix>>
87 m_pathPrefixHierarchyHasBeenSet =
true;
88 m_pathPrefixHierarchy = std::forward<PathPrefixHierarchyT>(value);
90 template <
typename PathPrefixHierarchyT = Aws::Vector<PathPrefix>>
96 m_pathPrefixHierarchyHasBeenSet =
true;
97 m_pathPrefixHierarchy.push_back(value);
107 bool m_prefixTypeHasBeenSet =
false;
108 bool m_prefixFormatHasBeenSet =
false;
109 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