7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
44 template <
typename PathsT = Aws::Vector<Aws::String>>
46 m_pathsHasBeenSet =
true;
47 m_paths = std::forward<PathsT>(value);
49 template <
typename PathsT = Aws::Vector<Aws::String>>
51 SetPaths(std::forward<PathsT>(value));
54 template <
typename PathsT = Aws::String>
56 m_pathsHasBeenSet =
true;
57 m_paths.emplace_back(std::forward<PathsT>(value));
70 template <
typename ConnectionNameT = Aws::String>
72 m_connectionNameHasBeenSet =
true;
73 m_connectionName = std::forward<ConnectionNameT>(value);
75 template <
typename ConnectionNameT = Aws::String>
91 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
93 m_exclusionsHasBeenSet =
true;
94 m_exclusions = std::forward<ExclusionsT>(value);
96 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
101 template <
typename ExclusionsT = Aws::String>
103 m_exclusionsHasBeenSet =
true;
104 m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
118 m_maximumTraversalDepthHasBeenSet =
true;
119 m_maximumTraversalDepth = value;
133 int m_maximumTraversalDepth{0};
134 bool m_pathsHasBeenSet =
false;
135 bool m_connectionNameHasBeenSet =
false;
136 bool m_exclusionsHasBeenSet =
false;
137 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