7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ExecutionRoleARNT = Aws::String>
58 void SetExecutionRoleARN(ExecutionRoleARNT&& value) { m_executionRoleARNHasBeenSet =
true; m_executionRoleARN = std::forward<ExecutionRoleARNT>(value); }
59 template<
typename ExecutionRoleARNT = Aws::String>
65 bool m_executionRoleARNHasBeenSet =
false;
AWS_SAGEMAKER_API EmrServerlessComputeConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExecutionRoleARNHasBeenSet() const
AWS_SAGEMAKER_API EmrServerlessComputeConfig(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionRoleARN(ExecutionRoleARNT &&value)
const Aws::String & GetExecutionRoleARN() const
AWS_SAGEMAKER_API EmrServerlessComputeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
EmrServerlessComputeConfig & WithExecutionRoleARN(ExecutionRoleARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue