AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomFileSystem.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/EFSFileSystem.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 CustomFileSystem();
37 AWS_SAGEMAKER_API CustomFileSystem(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const EFSFileSystem& GetEFSFileSystem() const{ return m_eFSFileSystem; }
47 inline bool EFSFileSystemHasBeenSet() const { return m_eFSFileSystemHasBeenSet; }
48 inline void SetEFSFileSystem(const EFSFileSystem& value) { m_eFSFileSystemHasBeenSet = true; m_eFSFileSystem = value; }
49 inline void SetEFSFileSystem(EFSFileSystem&& value) { m_eFSFileSystemHasBeenSet = true; m_eFSFileSystem = std::move(value); }
50 inline CustomFileSystem& WithEFSFileSystem(const EFSFileSystem& value) { SetEFSFileSystem(value); return *this;}
51 inline CustomFileSystem& WithEFSFileSystem(EFSFileSystem&& value) { SetEFSFileSystem(std::move(value)); return *this;}
53 private:
54
55 EFSFileSystem m_eFSFileSystem;
56 bool m_eFSFileSystemHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace SageMaker
61} // namespace Aws
void SetEFSFileSystem(EFSFileSystem &&value)
CustomFileSystem & WithEFSFileSystem(EFSFileSystem &&value)
const EFSFileSystem & GetEFSFileSystem() const
AWS_SAGEMAKER_API CustomFileSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CustomFileSystem(Aws::Utils::Json::JsonView jsonValue)
CustomFileSystem & WithEFSFileSystem(const EFSFileSystem &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEFSFileSystem(const EFSFileSystem &value)
Aws::Utils::Json::JsonValue JsonValue