7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MainframeModernization
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>
59 template<
typename MountPo
intT = Aws::String>
60 void SetMountPoint(MountPointT&& value) { m_mountPointHasBeenSet =
true; m_mountPoint = std::forward<MountPointT>(value); }
61 template<
typename MountPo
intT = Aws::String>
67 bool m_fileSystemIdHasBeenSet =
false;
70 bool m_mountPointHasBeenSet =
false;
const Aws::String & GetFileSystemId() const
void SetMountPoint(MountPointT &&value)
EfsStorageConfiguration & WithFileSystemId(FileSystemIdT &&value)
EfsStorageConfiguration & WithMountPoint(MountPointT &&value)
bool FileSystemIdHasBeenSet() const
const Aws::String & GetMountPoint() const
bool MountPointHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API EfsStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemId(FileSystemIdT &&value)
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