AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CustomModelTransformParameters.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace neptunedata
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_NEPTUNEDATA_API CustomModelTransformParameters() = default;
40 AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
50 inline const Aws::String& GetSourceS3DirectoryPath() const { return m_sourceS3DirectoryPath; }
51 inline bool SourceS3DirectoryPathHasBeenSet() const { return m_sourceS3DirectoryPathHasBeenSet; }
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>
55 CustomModelTransformParameters& WithSourceS3DirectoryPath(SourceS3DirectoryPathT&& value) { SetSourceS3DirectoryPath(std::forward<SourceS3DirectoryPathT>(value)); return *this;}
57
59
66 inline const Aws::String& GetTransformEntryPointScript() const { return m_transformEntryPointScript; }
67 inline bool TransformEntryPointScriptHasBeenSet() const { return m_transformEntryPointScriptHasBeenSet; }
68 template<typename TransformEntryPointScriptT = Aws::String>
69 void SetTransformEntryPointScript(TransformEntryPointScriptT&& value) { m_transformEntryPointScriptHasBeenSet = true; m_transformEntryPointScript = std::forward<TransformEntryPointScriptT>(value); }
70 template<typename TransformEntryPointScriptT = Aws::String>
71 CustomModelTransformParameters& WithTransformEntryPointScript(TransformEntryPointScriptT&& value) { SetTransformEntryPointScript(std::forward<TransformEntryPointScriptT>(value)); return *this;}
73 private:
74
75 Aws::String m_sourceS3DirectoryPath;
76 bool m_sourceS3DirectoryPathHasBeenSet = false;
77
78 Aws::String m_transformEntryPointScript;
79 bool m_transformEntryPointScriptHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace neptunedata
84} // namespace Aws
AWS_NEPTUNEDATA_API CustomModelTransformParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEDATA_API CustomModelTransformParameters(Aws::Utils::Json::JsonView jsonValue)
void SetTransformEntryPointScript(TransformEntryPointScriptT &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NEPTUNEDATA_API CustomModelTransformParameters()=default
CustomModelTransformParameters & WithSourceS3DirectoryPath(SourceS3DirectoryPathT &&value)
CustomModelTransformParameters & WithTransformEntryPointScript(TransformEntryPointScriptT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue