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>
49 template<
typename PathsT = Aws::Vector<Aws::String>>
50 void SetPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths = std::forward<PathsT>(value); }
51 template<
typename PathsT = Aws::Vector<Aws::String>>
53 template<
typename PathsT = Aws::String>
54 IcebergTarget&
AddPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths.emplace_back(std::forward<PathsT>(value));
return *
this; }
63 template<
typename ConnectionNameT = Aws::String>
64 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
65 template<
typename ConnectionNameT = Aws::String>
78 template<
typename ExclusionsT = Aws::Vector<Aws::String>>
79 void SetExclusions(ExclusionsT&& value) { m_exclusionsHasBeenSet =
true; m_exclusions = std::forward<ExclusionsT>(value); }
80 template<
typename ExclusionsT = Aws::Vector<Aws::String>>
82 template<
typename ExclusionsT = Aws::String>
83 IcebergTarget&
AddExclusions(ExclusionsT&& value) { m_exclusionsHasBeenSet =
true; m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
return *
this; }
100 bool m_pathsHasBeenSet =
false;
103 bool m_connectionNameHasBeenSet =
false;
106 bool m_exclusionsHasBeenSet =
false;
108 int m_maximumTraversalDepth{0};
109 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