AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSourceS3DirectoryPath(const Aws::String& value) { m_sourceS3DirectoryPathHasBeenSet = true; m_sourceS3DirectoryPath = value; }
53 inline void SetSourceS3DirectoryPath(Aws::String&& value) { m_sourceS3DirectoryPathHasBeenSet = true; m_sourceS3DirectoryPath = std::move(value); }
54 inline void SetSourceS3DirectoryPath(const char* value) { m_sourceS3DirectoryPathHasBeenSet = true; m_sourceS3DirectoryPath.assign(value); }
57 inline CustomModelTransformParameters& WithSourceS3DirectoryPath(const char* value) { SetSourceS3DirectoryPath(value); return *this;}
59
61
68 inline const Aws::String& GetTransformEntryPointScript() const{ return m_transformEntryPointScript; }
69 inline bool TransformEntryPointScriptHasBeenSet() const { return m_transformEntryPointScriptHasBeenSet; }
70 inline void SetTransformEntryPointScript(const Aws::String& value) { m_transformEntryPointScriptHasBeenSet = true; m_transformEntryPointScript = value; }
71 inline void SetTransformEntryPointScript(Aws::String&& value) { m_transformEntryPointScriptHasBeenSet = true; m_transformEntryPointScript = std::move(value); }
72 inline void SetTransformEntryPointScript(const char* value) { m_transformEntryPointScriptHasBeenSet = true; m_transformEntryPointScript.assign(value); }
77 private:
78
79 Aws::String m_sourceS3DirectoryPath;
80 bool m_sourceS3DirectoryPathHasBeenSet = false;
81
82 Aws::String m_transformEntryPointScript;
83 bool m_transformEntryPointScriptHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace neptunedata
88} // namespace Aws
AWS_NEPTUNEDATA_API CustomModelTransformParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomModelTransformParameters & WithSourceS3DirectoryPath(const char *value)
CustomModelTransformParameters & WithTransformEntryPointScript(const Aws::String &value)
AWS_NEPTUNEDATA_API CustomModelTransformParameters(Aws::Utils::Json::JsonView jsonValue)
CustomModelTransformParameters & WithTransformEntryPointScript(Aws::String &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
CustomModelTransformParameters & WithTransformEntryPointScript(const char *value)
CustomModelTransformParameters & WithSourceS3DirectoryPath(Aws::String &&value)
CustomModelTransformParameters & WithSourceS3DirectoryPath(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue