AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
EnvironmentConfigDetails.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FSxLustreConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKER_API EnvironmentConfigDetails() = default;
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const FSxLustreConfig& GetFSxLustreConfig() const { return m_fSxLustreConfig; }
48 inline bool FSxLustreConfigHasBeenSet() const { return m_fSxLustreConfigHasBeenSet; }
49 template<typename FSxLustreConfigT = FSxLustreConfig>
50 void SetFSxLustreConfig(FSxLustreConfigT&& value) { m_fSxLustreConfigHasBeenSet = true; m_fSxLustreConfig = std::forward<FSxLustreConfigT>(value); }
51 template<typename FSxLustreConfigT = FSxLustreConfig>
52 EnvironmentConfigDetails& WithFSxLustreConfig(FSxLustreConfigT&& value) { SetFSxLustreConfig(std::forward<FSxLustreConfigT>(value)); return *this;}
54
56
60 inline const Aws::String& GetS3OutputPath() const { return m_s3OutputPath; }
61 inline bool S3OutputPathHasBeenSet() const { return m_s3OutputPathHasBeenSet; }
62 template<typename S3OutputPathT = Aws::String>
63 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
64 template<typename S3OutputPathT = Aws::String>
65 EnvironmentConfigDetails& WithS3OutputPath(S3OutputPathT&& value) { SetS3OutputPath(std::forward<S3OutputPathT>(value)); return *this;}
67 private:
68
69 FSxLustreConfig m_fSxLustreConfig;
70 bool m_fSxLustreConfigHasBeenSet = false;
71
72 Aws::String m_s3OutputPath;
73 bool m_s3OutputPathHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SageMaker
78} // namespace Aws
EnvironmentConfigDetails & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API EnvironmentConfigDetails()=default
AWS_SAGEMAKER_API EnvironmentConfigDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentConfigDetails & WithFSxLustreConfig(FSxLustreConfigT &&value)
AWS_SAGEMAKER_API EnvironmentConfigDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue