7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MainframeModernization
49 inline void SetFileSystemId(
const char* value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId.assign(value); }
63 inline void SetMountPoint(
const char* value) { m_mountPointHasBeenSet =
true; m_mountPoint.assign(value); }
71 bool m_fileSystemIdHasBeenSet =
false;
74 bool m_mountPointHasBeenSet =
false;
void SetMountPoint(const char *value)
bool MountPointHasBeenSet() const
void SetMountPoint(const Aws::String &value)
const Aws::String & GetFileSystemId() const
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
FsxStorageConfiguration & WithFileSystemId(Aws::String &&value)
FsxStorageConfiguration & WithFileSystemId(const Aws::String &value)
void SetFileSystemId(Aws::String &&value)
FsxStorageConfiguration & WithMountPoint(const Aws::String &value)
void SetFileSystemId(const char *value)
FsxStorageConfiguration & WithFileSystemId(const char *value)
void SetFileSystemId(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileSystemIdHasBeenSet() const
FsxStorageConfiguration & WithMountPoint(Aws::String &&value)
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FsxStorageConfiguration & WithMountPoint(const char *value)
void SetMountPoint(Aws::String &&value)
const Aws::String & GetMountPoint() const
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue