7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ConnectionNameT = Aws::String>
49 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
50 template<
typename ConnectionNameT = Aws::String>
61 template<
typename PathT = Aws::String>
62 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
63 template<
typename PathT = Aws::String>
77 inline void SetScanAll(
bool value) { m_scanAllHasBeenSet =
true; m_scanAll = value; }
83 bool m_connectionNameHasBeenSet =
false;
86 bool m_pathHasBeenSet =
false;
88 bool m_scanAll{
false};
89 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