AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetFileSystemId(const Aws::String& value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId = value; }
48 inline void SetFileSystemId(Aws::String&& value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId = std::move(value); }
49 inline void SetFileSystemId(const char* value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId.assign(value); }
50 inline EfsStorageConfiguration& WithFileSystemId(const Aws::String& value) { SetFileSystemId(value); return *this;}
51 inline EfsStorageConfiguration& WithFileSystemId(Aws::String&& value) { SetFileSystemId(std::move(value)); return *this;}
52 inline EfsStorageConfiguration& WithFileSystemId(const char* value) { SetFileSystemId(value); return *this;}
54
56
59 inline const Aws::String& GetMountPoint() const{ return m_mountPoint; }
60 inline bool MountPointHasBeenSet() const { return m_mountPointHasBeenSet; }
61 inline void SetMountPoint(const Aws::String& value) { m_mountPointHasBeenSet = true; m_mountPoint = value; }
62 inline void SetMountPoint(Aws::String&& value) { m_mountPointHasBeenSet = true; m_mountPoint = std::move(value); }
63 inline void SetMountPoint(const char* value) { m_mountPointHasBeenSet = true; m_mountPoint.assign(value); }
64 inline EfsStorageConfiguration& WithMountPoint(const Aws::String& value) { SetMountPoint(value); return *this;}
65 inline EfsStorageConfiguration& WithMountPoint(Aws::String&& value) { SetMountPoint(std::move(value)); return *this;}
66 inline EfsStorageConfiguration& WithMountPoint(const char* value) { SetMountPoint(value); return *this;}
68 private:
69
70 Aws::String m_fileSystemId;
71 bool m_fileSystemIdHasBeenSet = false;
72
73 Aws::String m_mountPoint;
74 bool m_mountPointHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace MainframeModernization
79} // namespace Aws
EfsStorageConfiguration & WithFileSystemId(Aws::String &&value)
EfsStorageConfiguration & WithFileSystemId(const char *value)
EfsStorageConfiguration & WithFileSystemId(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration()
EfsStorageConfiguration & WithMountPoint(Aws::String &&value)
EfsStorageConfiguration & WithMountPoint(const char *value)
EfsStorageConfiguration & WithMountPoint(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
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