7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename SourceS3DirectoryPathT = Aws::String>
53 void SetSourceS3DirectoryPath(SourceS3DirectoryPathT&& value) { m_sourceS3DirectoryPathHasBeenSet =
true; m_sourceS3DirectoryPath = std::forward<SourceS3DirectoryPathT>(value); }
54 template<
typename SourceS3DirectoryPathT = Aws::String>
68 template<
typename TransformEntryPo
intScriptT = Aws::String>
69 void SetTransformEntryPointScript(TransformEntryPointScriptT&& value) { m_transformEntryPointScriptHasBeenSet =
true; m_transformEntryPointScript = std::forward<TransformEntryPointScriptT>(value); }
70 template<
typename TransformEntryPo
intScriptT = Aws::String>
76 bool m_sourceS3DirectoryPathHasBeenSet =
false;
79 bool m_transformEntryPointScriptHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue