AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
EmrServerlessComputeConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
31 public:
32 AWS_SAGEMAKER_API EmrServerlessComputeConfig() = default;
35 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
49 inline const Aws::String& GetExecutionRoleARN() const { return m_executionRoleARN; }
50 inline bool ExecutionRoleARNHasBeenSet() const { return m_executionRoleARNHasBeenSet; }
51 template <typename ExecutionRoleARNT = Aws::String>
52 void SetExecutionRoleARN(ExecutionRoleARNT&& value) {
53 m_executionRoleARNHasBeenSet = true;
54 m_executionRoleARN = std::forward<ExecutionRoleARNT>(value);
55 }
56 template <typename ExecutionRoleARNT = Aws::String>
58 SetExecutionRoleARN(std::forward<ExecutionRoleARNT>(value));
59 return *this;
60 }
62 private:
63 Aws::String m_executionRoleARN;
64 bool m_executionRoleARNHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace SageMaker
69} // namespace Aws
AWS_SAGEMAKER_API EmrServerlessComputeConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EmrServerlessComputeConfig(Aws::Utils::Json::JsonView jsonValue)
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