7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename FileSystemIdT = Aws::String>
49 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
50 template<
typename FileSystemIdT = Aws::String>
56 bool m_fileSystemIdHasBeenSet =
false;
const Aws::String & GetFileSystemId() const
AWS_SAGEMAKER_API EFSFileSystem(Aws::Utils::Json::JsonView jsonValue)
EFSFileSystem & WithFileSystemId(FileSystemIdT &&value)
bool FileSystemIdHasBeenSet() const
AWS_SAGEMAKER_API EFSFileSystem()=default
void SetFileSystemId(FileSystemIdT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API EFSFileSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue