7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
60 template<
typename FileSystemPathT = Aws::String>
61 void SetFileSystemPath(FileSystemPathT&& value) { m_fileSystemPathHasBeenSet =
true; m_fileSystemPath = std::forward<FileSystemPathT>(value); }
62 template<
typename FileSystemPathT = Aws::String>
68 bool m_fileSystemIdHasBeenSet =
false;
71 bool m_fileSystemPathHasBeenSet =
false;
EFSFileSystemConfig & WithFileSystemPath(FileSystemPathT &&value)
void SetFileSystemPath(FileSystemPathT &&value)
bool FileSystemPathHasBeenSet() const
const Aws::String & GetFileSystemId() const
bool FileSystemIdHasBeenSet() const
const Aws::String & GetFileSystemPath() const
EFSFileSystemConfig & WithFileSystemId(FileSystemIdT &&value)
void SetFileSystemId(FileSystemIdT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EFSFileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API EFSFileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API EFSFileSystemConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue