AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
EfsStorageConfiguration.h
1
6#pragma once
7#include <aws/m2/MainframeModernization_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 MainframeModernization
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration() = default;
36 AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetFileSystemId() const { return m_fileSystemId; }
46 inline bool FileSystemIdHasBeenSet() const { return m_fileSystemIdHasBeenSet; }
47 template<typename FileSystemIdT = Aws::String>
48 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
49 template<typename FileSystemIdT = Aws::String>
50 EfsStorageConfiguration& WithFileSystemId(FileSystemIdT&& value) { SetFileSystemId(std::forward<FileSystemIdT>(value)); return *this;}
52
54
57 inline const Aws::String& GetMountPoint() const { return m_mountPoint; }
58 inline bool MountPointHasBeenSet() const { return m_mountPointHasBeenSet; }
59 template<typename MountPointT = Aws::String>
60 void SetMountPoint(MountPointT&& value) { m_mountPointHasBeenSet = true; m_mountPoint = std::forward<MountPointT>(value); }
61 template<typename MountPointT = Aws::String>
62 EfsStorageConfiguration& WithMountPoint(MountPointT&& value) { SetMountPoint(std::forward<MountPointT>(value)); return *this;}
64 private:
65
66 Aws::String m_fileSystemId;
67 bool m_fileSystemIdHasBeenSet = false;
68
69 Aws::String m_mountPoint;
70 bool m_mountPointHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace MainframeModernization
75} // namespace Aws
EfsStorageConfiguration & WithFileSystemId(FileSystemIdT &&value)
EfsStorageConfiguration & WithMountPoint(MountPointT &&value)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration()=default
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue