7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetS3ExportPath(
const char* value) { m_s3ExportPathHasBeenSet =
true; m_s3ExportPath.assign(value); }
63 inline void SetS3ExportKmsKeyId(
const char* value) { m_s3ExportKmsKeyIdHasBeenSet =
true; m_s3ExportKmsKeyId.assign(value); }
94 inline void SetPreserveEdgeIds(
bool value) { m_preserveEdgeIdsHasBeenSet =
true; m_preserveEdgeIds = value; }
100 bool m_s3ExportPathHasBeenSet =
false;
103 bool m_s3ExportKmsKeyIdHasBeenSet =
false;
105 bool m_preserveDefaultVertexLabels;
106 bool m_preserveDefaultVertexLabelsHasBeenSet =
false;
108 bool m_preserveEdgeIds;
109 bool m_preserveEdgeIdsHasBeenSet =
false;
NeptuneImportOptions & WithS3ExportPath(Aws::String &&value)
void SetPreserveEdgeIds(bool value)
void SetPreserveDefaultVertexLabels(bool value)
bool GetPreserveDefaultVertexLabels() const
void SetS3ExportKmsKeyId(Aws::String &&value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetPreserveEdgeIds() const
NeptuneImportOptions & WithS3ExportKmsKeyId(const char *value)
NeptuneImportOptions & WithS3ExportKmsKeyId(Aws::String &&value)
AWS_NEPTUNEGRAPH_API NeptuneImportOptions()
const Aws::String & GetS3ExportPath() const
void SetS3ExportPath(const char *value)
void SetS3ExportKmsKeyId(const char *value)
AWS_NEPTUNEGRAPH_API NeptuneImportOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3ExportKmsKeyId() const
bool PreserveDefaultVertexLabelsHasBeenSet() const
NeptuneImportOptions & WithS3ExportPath(const char *value)
NeptuneImportOptions & WithPreserveDefaultVertexLabels(bool value)
bool PreserveEdgeIdsHasBeenSet() const
void SetS3ExportPath(const Aws::String &value)
AWS_NEPTUNEGRAPH_API NeptuneImportOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3ExportPathHasBeenSet() const
NeptuneImportOptions & WithS3ExportKmsKeyId(const Aws::String &value)
void SetS3ExportPath(Aws::String &&value)
NeptuneImportOptions & WithS3ExportPath(const Aws::String &value)
bool S3ExportKmsKeyIdHasBeenSet() const
NeptuneImportOptions & WithPreserveEdgeIds(bool value)
void SetS3ExportKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue