AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
35 AWS_GLUE_API DevEndpointCustomLibraries() = default;
39
40
42
51 inline const Aws::String& GetExtraPythonLibsS3Path() const { return m_extraPythonLibsS3Path; }
52 inline bool ExtraPythonLibsS3PathHasBeenSet() const { return m_extraPythonLibsS3PathHasBeenSet; }
53 template<typename ExtraPythonLibsS3PathT = Aws::String>
54 void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT&& value) { m_extraPythonLibsS3PathHasBeenSet = true; m_extraPythonLibsS3Path = std::forward<ExtraPythonLibsS3PathT>(value); }
55 template<typename ExtraPythonLibsS3PathT = Aws::String>
56 DevEndpointCustomLibraries& WithExtraPythonLibsS3Path(ExtraPythonLibsS3PathT&& value) { SetExtraPythonLibsS3Path(std::forward<ExtraPythonLibsS3PathT>(value)); return *this;}
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) { m_extraJarsS3PathHasBeenSet = true; m_extraJarsS3Path = std::forward<ExtraJarsS3PathT>(value); }
69 template<typename ExtraJarsS3PathT = Aws::String>
70 DevEndpointCustomLibraries& WithExtraJarsS3Path(ExtraJarsS3PathT&& value) { SetExtraJarsS3Path(std::forward<ExtraJarsS3PathT>(value)); return *this;}
72 private:
73
74 Aws::String m_extraPythonLibsS3Path;
75 bool m_extraPythonLibsS3PathHasBeenSet = false;
76
77 Aws::String m_extraJarsS3Path;
78 bool m_extraJarsS3PathHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace Glue
83} // 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