AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EmrServerlessComputeConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_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 SageMaker
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_SAGEMAKER_API EmrServerlessComputeConfig();
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
54 inline const Aws::String& GetExecutionRoleARN() const{ return m_executionRoleARN; }
55 inline bool ExecutionRoleARNHasBeenSet() const { return m_executionRoleARNHasBeenSet; }
56 inline void SetExecutionRoleARN(const Aws::String& value) { m_executionRoleARNHasBeenSet = true; m_executionRoleARN = value; }
57 inline void SetExecutionRoleARN(Aws::String&& value) { m_executionRoleARNHasBeenSet = true; m_executionRoleARN = std::move(value); }
58 inline void SetExecutionRoleARN(const char* value) { m_executionRoleARNHasBeenSet = true; m_executionRoleARN.assign(value); }
60 inline EmrServerlessComputeConfig& WithExecutionRoleARN(Aws::String&& value) { SetExecutionRoleARN(std::move(value)); return *this;}
61 inline EmrServerlessComputeConfig& WithExecutionRoleARN(const char* value) { SetExecutionRoleARN(value); return *this;}
63 private:
64
65 Aws::String m_executionRoleARN;
66 bool m_executionRoleARNHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace SageMaker
71} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EmrServerlessComputeConfig(Aws::Utils::Json::JsonView jsonValue)
EmrServerlessComputeConfig & WithExecutionRoleARN(Aws::String &&value)
EmrServerlessComputeConfig & WithExecutionRoleARN(const char *value)
EmrServerlessComputeConfig & WithExecutionRoleARN(const Aws::String &value)
AWS_SAGEMAKER_API EmrServerlessComputeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue