AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DevEndpointCustomLibraries.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
51 inline const Aws::String& GetExtraPythonLibsS3Path() const{ return m_extraPythonLibsS3Path; }
52 inline bool ExtraPythonLibsS3PathHasBeenSet() const { return m_extraPythonLibsS3PathHasBeenSet; }
53 inline void SetExtraPythonLibsS3Path(const Aws::String& value) { m_extraPythonLibsS3PathHasBeenSet = true; m_extraPythonLibsS3Path = value; }
54 inline void SetExtraPythonLibsS3Path(Aws::String&& value) { m_extraPythonLibsS3PathHasBeenSet = true; m_extraPythonLibsS3Path = std::move(value); }
55 inline void SetExtraPythonLibsS3Path(const char* value) { m_extraPythonLibsS3PathHasBeenSet = true; m_extraPythonLibsS3Path.assign(value); }
58 inline DevEndpointCustomLibraries& WithExtraPythonLibsS3Path(const char* value) { SetExtraPythonLibsS3Path(value); return *this;}
60
62
67 inline const Aws::String& GetExtraJarsS3Path() const{ return m_extraJarsS3Path; }
68 inline bool ExtraJarsS3PathHasBeenSet() const { return m_extraJarsS3PathHasBeenSet; }
69 inline void SetExtraJarsS3Path(const Aws::String& value) { m_extraJarsS3PathHasBeenSet = true; m_extraJarsS3Path = value; }
70 inline void SetExtraJarsS3Path(Aws::String&& value) { m_extraJarsS3PathHasBeenSet = true; m_extraJarsS3Path = std::move(value); }
71 inline void SetExtraJarsS3Path(const char* value) { m_extraJarsS3PathHasBeenSet = true; m_extraJarsS3Path.assign(value); }
73 inline DevEndpointCustomLibraries& WithExtraJarsS3Path(Aws::String&& value) { SetExtraJarsS3Path(std::move(value)); return *this;}
74 inline DevEndpointCustomLibraries& WithExtraJarsS3Path(const char* value) { SetExtraJarsS3Path(value); return *this;}
76 private:
77
78 Aws::String m_extraPythonLibsS3Path;
79 bool m_extraPythonLibsS3PathHasBeenSet = false;
80
81 Aws::String m_extraJarsS3Path;
82 bool m_extraJarsS3PathHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace Glue
87} // namespace Aws
DevEndpointCustomLibraries & WithExtraJarsS3Path(const char *value)
DevEndpointCustomLibraries & WithExtraPythonLibsS3Path(Aws::String &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DevEndpointCustomLibraries & WithExtraJarsS3Path(const Aws::String &value)
AWS_GLUE_API DevEndpointCustomLibraries(Aws::Utils::Json::JsonView jsonValue)
DevEndpointCustomLibraries & WithExtraJarsS3Path(Aws::String &&value)
DevEndpointCustomLibraries & WithExtraPythonLibsS3Path(const char *value)
DevEndpointCustomLibraries & WithExtraPythonLibsS3Path(const Aws::String &value)
AWS_GLUE_API DevEndpointCustomLibraries & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue