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;
bool ManagedEndpointArnHasBeenSet() const
AWS_DATAZONE_API SparkEmrPropertiesPatch()=default
void SetPythonVirtualEnv(PythonVirtualEnvT &&value)
const Aws::String & GetJavaVirtualEnv() const
SparkEmrPropertiesPatch & WithManagedEndpointArn(ManagedEndpointArnT &&value)
bool InstanceProfileArnHasBeenSet() const
const Aws::String & GetLogUri() const
bool LogUriHasBeenSet() const
AWS_DATAZONE_API SparkEmrPropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRuntimeRole(RuntimeRoleT &&value)
void SetManagedEndpointArn(ManagedEndpointArnT &&value)
const Aws::String & GetPythonVirtualEnv() const
bool RuntimeRoleHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SparkEmrPropertiesPatch & WithRuntimeRole(RuntimeRoleT &&value)
SparkEmrPropertiesPatch & WithJavaVirtualEnv(JavaVirtualEnvT &&value)
void SetJavaVirtualEnv(JavaVirtualEnvT &&value)
bool TrustedCertificatesS3UriHasBeenSet() const
void SetInstanceProfileArn(InstanceProfileArnT &&value)
bool JavaVirtualEnvHasBeenSet() const
AWS_DATAZONE_API SparkEmrPropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
void SetTrustedCertificatesS3Uri(TrustedCertificatesS3UriT &&value)
bool ComputeArnHasBeenSet() const
const Aws::String & GetComputeArn() const
const Aws::String & GetManagedEndpointArn() const
SparkEmrPropertiesPatch & WithInstanceProfileArn(InstanceProfileArnT &&value)
SparkEmrPropertiesPatch & WithComputeArn(ComputeArnT &&value)
const Aws::String & GetTrustedCertificatesS3Uri() const
SparkEmrPropertiesPatch & WithPythonVirtualEnv(PythonVirtualEnvT &&value)
SparkEmrPropertiesPatch & WithTrustedCertificatesS3Uri(TrustedCertificatesS3UriT &&value)
SparkEmrPropertiesPatch & WithLogUri(LogUriT &&value)
void SetLogUri(LogUriT &&value)
const Aws::String & GetRuntimeRole() const
const Aws::String & GetInstanceProfileArn() const
void SetComputeArn(ComputeArnT &&value)
bool PythonVirtualEnvHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue