7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename PathsT = Aws::Vector<Aws::String>>
51 void SetPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths = std::forward<PathsT>(value); }
52 template<
typename PathsT = Aws::Vector<Aws::String>>
54 template<
typename PathsT = Aws::String>
55 HudiTarget&
AddPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths.emplace_back(std::forward<PathsT>(value));
return *
this; }
66 template<
typename ConnectionNameT = Aws::String>
67 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
68 template<
typename ConnectionNameT = Aws::String>
81 template<
typename ExclusionsT = Aws::Vector<Aws::String>>
82 void SetExclusions(ExclusionsT&& value) { m_exclusionsHasBeenSet =
true; m_exclusions = std::forward<ExclusionsT>(value); }
83 template<
typename ExclusionsT = Aws::Vector<Aws::String>>
85 template<
typename ExclusionsT = Aws::String>
86 HudiTarget&
AddExclusions(ExclusionsT&& value) { m_exclusionsHasBeenSet =
true; m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
return *
this; }
103 bool m_pathsHasBeenSet =
false;
106 bool m_connectionNameHasBeenSet =
false;
109 bool m_exclusionsHasBeenSet =
false;
111 int m_maximumTraversalDepth{0};
112 bool m_maximumTraversalDepthHasBeenSet =
false;
HudiTarget & AddExclusions(ExclusionsT &&value)
void SetPaths(PathsT &&value)
const Aws::Vector< Aws::String > & GetPaths() const
bool ConnectionNameHasBeenSet() const
bool PathsHasBeenSet() const
void SetConnectionName(ConnectionNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExclusions(ExclusionsT &&value)
AWS_GLUE_API HudiTarget(Aws::Utils::Json::JsonView jsonValue)
HudiTarget & AddPaths(PathsT &&value)
const Aws::String & GetConnectionName() const
int GetMaximumTraversalDepth() const
void SetMaximumTraversalDepth(int value)
const Aws::Vector< Aws::String > & GetExclusions() const
AWS_GLUE_API HudiTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
HudiTarget & WithConnectionName(ConnectionNameT &&value)
HudiTarget & WithExclusions(ExclusionsT &&value)
AWS_GLUE_API HudiTarget()=default
HudiTarget & WithPaths(PathsT &&value)
bool MaximumTraversalDepthHasBeenSet() const
bool ExclusionsHasBeenSet() const
HudiTarget & WithMaximumTraversalDepth(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue