7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
41 template <
typename FileSystemIdT = Aws::String>
43 m_fileSystemIdHasBeenSet =
true;
44 m_fileSystemId = std::forward<FileSystemIdT>(value);
46 template <
typename FileSystemIdT = Aws::String>
59 template <
typename MountPo
intT = Aws::String>
61 m_mountPointHasBeenSet =
true;
62 m_mountPoint = std::forward<MountPointT>(value);
64 template <
typename MountPo
intT = Aws::String>
74 bool m_fileSystemIdHasBeenSet =
false;
75 bool m_mountPointHasBeenSet =
false;
bool MountPointHasBeenSet() const
void SetMountPoint(MountPointT &&value)
const Aws::String & GetFileSystemId() const
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetFileSystemId(FileSystemIdT &&value)
FsxStorageConfiguration & WithMountPoint(MountPointT &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileSystemIdHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration()=default
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FsxStorageConfiguration & WithFileSystemId(FileSystemIdT &&value)
const Aws::String & GetMountPoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue