7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/EFSFileSystemConfig.h>
9#include <aws/sagemaker/model/FSxLustreFileSystemConfig.h>
10#include <aws/sagemaker/model/S3FileSystemConfig.h>
44 template <
typename EFSFileSystemConfigT = EFSFileSystemConfig>
46 m_eFSFileSystemConfigHasBeenSet =
true;
47 m_eFSFileSystemConfig = std::forward<EFSFileSystemConfigT>(value);
49 template <
typename EFSFileSystemConfigT = EFSFileSystemConfig>
62 template <
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
64 m_fSxLustreFileSystemConfigHasBeenSet =
true;
65 m_fSxLustreFileSystemConfig = std::forward<FSxLustreFileSystemConfigT>(value);
67 template <
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
80 template <
typename S3FileSystemConfigT = S3FileSystemConfig>
82 m_s3FileSystemConfigHasBeenSet =
true;
83 m_s3FileSystemConfig = std::forward<S3FileSystemConfigT>(value);
85 template <
typename S3FileSystemConfigT = S3FileSystemConfig>
97 bool m_eFSFileSystemConfigHasBeenSet =
false;
98 bool m_fSxLustreFileSystemConfigHasBeenSet =
false;
99 bool m_s3FileSystemConfigHasBeenSet =
false;
void SetFSxLustreFileSystemConfig(FSxLustreFileSystemConfigT &&value)
bool EFSFileSystemConfigHasBeenSet() const
const S3FileSystemConfig & GetS3FileSystemConfig() const
bool FSxLustreFileSystemConfigHasBeenSet() const
void SetEFSFileSystemConfig(EFSFileSystemConfigT &&value)
const FSxLustreFileSystemConfig & GetFSxLustreFileSystemConfig() const
const EFSFileSystemConfig & GetEFSFileSystemConfig() const
AWS_SAGEMAKER_API CustomFileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
CustomFileSystemConfig & WithEFSFileSystemConfig(EFSFileSystemConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CustomFileSystemConfig & WithFSxLustreFileSystemConfig(FSxLustreFileSystemConfigT &&value)
bool S3FileSystemConfigHasBeenSet() const
AWS_SAGEMAKER_API CustomFileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3FileSystemConfig(S3FileSystemConfigT &&value)
AWS_SAGEMAKER_API CustomFileSystemConfig()=default
CustomFileSystemConfig & WithS3FileSystemConfig(S3FileSystemConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue