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>
50 template<
typename EFSFileSystemConfigT = EFSFileSystemConfig>
51 void SetEFSFileSystemConfig(EFSFileSystemConfigT&& value) { m_eFSFileSystemConfigHasBeenSet =
true; m_eFSFileSystemConfig = std::forward<EFSFileSystemConfigT>(value); }
52 template<
typename EFSFileSystemConfigT = EFSFileSystemConfig>
62 template<
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
63 void SetFSxLustreFileSystemConfig(FSxLustreFileSystemConfigT&& value) { m_fSxLustreFileSystemConfigHasBeenSet =
true; m_fSxLustreFileSystemConfig = std::forward<FSxLustreFileSystemConfigT>(value); }
64 template<
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
74 template<
typename S3FileSystemConfigT = S3FileSystemConfig>
75 void SetS3FileSystemConfig(S3FileSystemConfigT&& value) { m_s3FileSystemConfigHasBeenSet =
true; m_s3FileSystemConfig = std::forward<S3FileSystemConfigT>(value); }
76 template<
typename S3FileSystemConfigT = S3FileSystemConfig>
82 bool m_eFSFileSystemConfigHasBeenSet =
false;
85 bool m_fSxLustreFileSystemConfigHasBeenSet =
false;
88 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