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>
93 bool m_prefixTypeHasBeenSet =
false;
96 bool m_prefixFormatHasBeenSet =
false;
99 bool m_pathPrefixHierarchyHasBeenSet =
false;
PrefixConfig & AddPathPrefixHierarchy(PathPrefix &&value)
PrefixConfig & WithPathPrefixHierarchy(Aws::Vector< PathPrefix > &&value)
bool PrefixFormatHasBeenSet() const
void SetPrefixFormat(PrefixFormat &&value)
PrefixConfig & WithPrefixFormat(const PrefixFormat &value)
AWS_APPFLOW_API PrefixConfig(Aws::Utils::Json::JsonView jsonValue)
void SetPathPrefixHierarchy(const Aws::Vector< PathPrefix > &value)
PrefixConfig & WithPrefixFormat(PrefixFormat &&value)
AWS_APPFLOW_API PrefixConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const PrefixType & GetPrefixType() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
PrefixConfig & WithPrefixType(PrefixType &&value)
AWS_APPFLOW_API PrefixConfig()
void SetPrefixType(const PrefixType &value)
PrefixConfig & AddPathPrefixHierarchy(const PathPrefix &value)
void SetPathPrefixHierarchy(Aws::Vector< PathPrefix > &&value)
PrefixConfig & WithPrefixType(const PrefixType &value)
const Aws::Vector< PathPrefix > & GetPathPrefixHierarchy() const
void SetPrefixType(PrefixType &&value)
bool PrefixTypeHasBeenSet() const
const PrefixFormat & GetPrefixFormat() const
void SetPrefixFormat(const PrefixFormat &value)
bool PathPrefixHierarchyHasBeenSet() const
PrefixConfig & WithPathPrefixHierarchy(const Aws::Vector< PathPrefix > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue