7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename ComputeArnT = Aws::String>
42 m_computeArnHasBeenSet =
true;
43 m_computeArn = std::forward<ComputeArnT>(value);
45 template <
typename ComputeArnT = Aws::String>
58 template <
typename InstanceProfileArnT = Aws::String>
60 m_instanceProfileArnHasBeenSet =
true;
61 m_instanceProfileArn = std::forward<InstanceProfileArnT>(value);
63 template <
typename InstanceProfileArnT = Aws::String>
76 template <
typename JavaVirtualEnvT = Aws::String>
78 m_javaVirtualEnvHasBeenSet =
true;
79 m_javaVirtualEnv = std::forward<JavaVirtualEnvT>(value);
81 template <
typename JavaVirtualEnvT = Aws::String>
94 template <
typename LogUriT = Aws::String>
96 m_logUriHasBeenSet =
true;
97 m_logUri = std::forward<LogUriT>(value);
99 template <
typename LogUriT = Aws::String>
112 template <
typename PythonVirtualEnvT = Aws::String>
114 m_pythonVirtualEnvHasBeenSet =
true;
115 m_pythonVirtualEnv = std::forward<PythonVirtualEnvT>(value);
117 template <
typename PythonVirtualEnvT = Aws::String>
130 template <
typename RuntimeRoleT = Aws::String>
132 m_runtimeRoleHasBeenSet =
true;
133 m_runtimeRole = std::forward<RuntimeRoleT>(value);
135 template <
typename RuntimeRoleT = Aws::String>
148 template <
typename TrustedCertificatesS3UriT = Aws::String>
150 m_trustedCertificatesS3UriHasBeenSet =
true;
151 m_trustedCertificatesS3Uri = std::forward<TrustedCertificatesS3UriT>(value);
153 template <
typename TrustedCertificatesS3UriT = Aws::String>
166 template <
typename ManagedEndpo
intArnT = Aws::String>
168 m_managedEndpointArnHasBeenSet =
true;
169 m_managedEndpointArn = std::forward<ManagedEndpointArnT>(value);
171 template <
typename ManagedEndpo
intArnT = Aws::String>
193 bool m_computeArnHasBeenSet =
false;
194 bool m_instanceProfileArnHasBeenSet =
false;
195 bool m_javaVirtualEnvHasBeenSet =
false;
196 bool m_logUriHasBeenSet =
false;
197 bool m_pythonVirtualEnvHasBeenSet =
false;
198 bool m_runtimeRoleHasBeenSet =
false;
199 bool m_trustedCertificatesS3UriHasBeenSet =
false;
200 bool m_managedEndpointArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue