7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename ConnectionNameT = Aws::String>
44 m_connectionNameHasBeenSet =
true;
45 m_connectionName = std::forward<ConnectionNameT>(value);
47 template <
typename ConnectionNameT = Aws::String>
61 template <
typename PathT = Aws::String>
63 m_pathHasBeenSet =
true;
64 m_path = std::forward<PathT>(value);
66 template <
typename PathT = Aws::String>
68 SetPath(std::forward<PathT>(value));
84 m_scanAllHasBeenSet =
true;
97 bool m_scanAll{
false};
98 bool m_connectionNameHasBeenSet =
false;
99 bool m_pathHasBeenSet =
false;
100 bool m_scanAllHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API MongoDBTarget()=default
MongoDBTarget & WithConnectionName(ConnectionNameT &&value)
MongoDBTarget & WithScanAll(bool value)
void SetConnectionName(ConnectionNameT &&value)
bool ScanAllHasBeenSet() const
bool ConnectionNameHasBeenSet() const
const Aws::String & GetConnectionName() const
void SetScanAll(bool value)
MongoDBTarget & WithPath(PathT &&value)
const Aws::String & GetPath() const
AWS_GLUE_API MongoDBTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API MongoDBTarget(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
bool PathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue