7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FileSystemIdT = Aws::String>
50 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
51 template<
typename FileSystemIdT = Aws::String>
62 template<
typename FileSystemPathT = Aws::String>
63 void SetFileSystemPath(FileSystemPathT&& value) { m_fileSystemPathHasBeenSet =
true; m_fileSystemPath = std::forward<FileSystemPathT>(value); }
64 template<
typename FileSystemPathT = Aws::String>
70 bool m_fileSystemIdHasBeenSet =
false;
73 bool m_fileSystemPathHasBeenSet =
false;
void SetFileSystemPath(FileSystemPathT &&value)
void SetFileSystemId(FileSystemIdT &&value)
AWS_SAGEMAKER_API FSxLustreFileSystemConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API FSxLustreFileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API FSxLustreFileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
bool FileSystemPathHasBeenSet() const
bool FileSystemIdHasBeenSet() const
const Aws::String & GetFileSystemId() const
const Aws::String & GetFileSystemPath() const
FSxLustreFileSystemConfig & WithFileSystemPath(FileSystemPathT &&value)
FSxLustreFileSystemConfig & WithFileSystemId(FileSystemIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue