AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FsxStorageConfiguration.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 FsxStorageConfiguration();
36 AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration& 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 FsxStorageConfiguration& WithFileSystemId(const Aws::String& value) { SetFileSystemId(value); return *this;}
51 inline FsxStorageConfiguration& WithFileSystemId(Aws::String&& value) { SetFileSystemId(std::move(value)); return *this;}
52 inline FsxStorageConfiguration& 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 FsxStorageConfiguration& WithMountPoint(const Aws::String& value) { SetMountPoint(value); return *this;}
65 inline FsxStorageConfiguration& WithMountPoint(Aws::String&& value) { SetMountPoint(std::move(value)); return *this;}
66 inline FsxStorageConfiguration& 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
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
FsxStorageConfiguration & WithFileSystemId(Aws::String &&value)
FsxStorageConfiguration & WithFileSystemId(const Aws::String &value)
FsxStorageConfiguration & WithMountPoint(const Aws::String &value)
FsxStorageConfiguration & WithFileSystemId(const char *value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
FsxStorageConfiguration & WithMountPoint(Aws::String &&value)
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FsxStorageConfiguration & WithMountPoint(const char *value)
AWS_MAINFRAMEMODERNIZATION_API FsxStorageConfiguration()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue