AWS SDK for C++

AWS SDK for C++ Version 1.11.690

Loading...
Searching...
No Matches
DevEndpointCustomLibraries.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API DevEndpointCustomLibraries() = default;
34
36
45 inline const Aws::String& GetExtraPythonLibsS3Path() const { return m_extraPythonLibsS3Path; }
46 inline bool ExtraPythonLibsS3PathHasBeenSet() const { return m_extraPythonLibsS3PathHasBeenSet; }
47 template <typename ExtraPythonLibsS3PathT = Aws::String>
48 void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT&& value) {
49 m_extraPythonLibsS3PathHasBeenSet = true;
50 m_extraPythonLibsS3Path = std::forward<ExtraPythonLibsS3PathT>(value);
51 }
52 template <typename ExtraPythonLibsS3PathT = Aws::String>
53 DevEndpointCustomLibraries& WithExtraPythonLibsS3Path(ExtraPythonLibsS3PathT&& value) {
54 SetExtraPythonLibsS3Path(std::forward<ExtraPythonLibsS3PathT>(value));
55 return *this;
56 }
58
60
65 inline const Aws::String& GetExtraJarsS3Path() const { return m_extraJarsS3Path; }
66 inline bool ExtraJarsS3PathHasBeenSet() const { return m_extraJarsS3PathHasBeenSet; }
67 template <typename ExtraJarsS3PathT = Aws::String>
68 void SetExtraJarsS3Path(ExtraJarsS3PathT&& value) {
69 m_extraJarsS3PathHasBeenSet = true;
70 m_extraJarsS3Path = std::forward<ExtraJarsS3PathT>(value);
71 }
72 template <typename ExtraJarsS3PathT = Aws::String>
74 SetExtraJarsS3Path(std::forward<ExtraJarsS3PathT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_extraPythonLibsS3Path;
80 bool m_extraPythonLibsS3PathHasBeenSet = false;
81
82 Aws::String m_extraJarsS3Path;
83 bool m_extraJarsS3PathHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace Glue
88} // namespace Aws
void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DevEndpointCustomLibraries & WithExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
DevEndpointCustomLibraries & WithExtraJarsS3Path(ExtraJarsS3PathT &&value)
AWS_GLUE_API DevEndpointCustomLibraries(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DevEndpointCustomLibraries & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DevEndpointCustomLibraries()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue