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>
43 template <
typename PathsT = Aws::Vector<Aws::String>>
45 m_pathsHasBeenSet =
true;
46 m_paths = std::forward<PathsT>(value);
48 template <
typename PathsT = Aws::Vector<Aws::String>>
50 SetPaths(std::forward<PathsT>(value));
53 template <
typename PathsT = Aws::String>
55 m_pathsHasBeenSet =
true;
56 m_paths.emplace_back(std::forward<PathsT>(value));
67 template <
typename ConnectionNameT = Aws::String>
69 m_connectionNameHasBeenSet =
true;
70 m_connectionName = std::forward<ConnectionNameT>(value);
72 template <
typename ConnectionNameT = Aws::String>
88 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
90 m_exclusionsHasBeenSet =
true;
91 m_exclusions = std::forward<ExclusionsT>(value);
93 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
98 template <
typename ExclusionsT = Aws::String>
100 m_exclusionsHasBeenSet =
true;
101 m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
115 m_maximumTraversalDepthHasBeenSet =
true;
116 m_maximumTraversalDepth = value;
130 int m_maximumTraversalDepth{0};
131 bool m_pathsHasBeenSet =
false;
132 bool m_connectionNameHasBeenSet =
false;
133 bool m_exclusionsHasBeenSet =
false;
134 bool m_maximumTraversalDepthHasBeenSet =
false;
void SetPaths(PathsT &&value)
IcebergTarget & WithConnectionName(ConnectionNameT &&value)
IcebergTarget & WithExclusions(ExclusionsT &&value)
bool MaximumTraversalDepthHasBeenSet() const
bool ExclusionsHasBeenSet() const
const Aws::Vector< Aws::String > & GetPaths() const
AWS_GLUE_API IcebergTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetMaximumTraversalDepth() const
const Aws::String & GetConnectionName() const
AWS_GLUE_API IcebergTarget(Aws::Utils::Json::JsonView jsonValue)
void SetExclusions(ExclusionsT &&value)
AWS_GLUE_API IcebergTarget()=default
void SetMaximumTraversalDepth(int value)
const Aws::Vector< Aws::String > & GetExclusions() const
bool ConnectionNameHasBeenSet() const
IcebergTarget & WithPaths(PathsT &&value)
void SetConnectionName(ConnectionNameT &&value)
bool PathsHasBeenSet() const
IcebergTarget & AddExclusions(ExclusionsT &&value)
IcebergTarget & AddPaths(PathsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergTarget & 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