7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/EFSFileSystemConfig.h>
9#include <aws/sagemaker/model/FSxLustreFileSystemConfig.h>
49 template<
typename EFSFileSystemConfigT = EFSFileSystemConfig>
50 void SetEFSFileSystemConfig(EFSFileSystemConfigT&& value) { m_eFSFileSystemConfigHasBeenSet =
true; m_eFSFileSystemConfig = std::forward<EFSFileSystemConfigT>(value); }
51 template<
typename EFSFileSystemConfigT = EFSFileSystemConfig>
61 template<
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
62 void SetFSxLustreFileSystemConfig(FSxLustreFileSystemConfigT&& value) { m_fSxLustreFileSystemConfigHasBeenSet =
true; m_fSxLustreFileSystemConfig = std::forward<FSxLustreFileSystemConfigT>(value); }
63 template<
typename FSxLustreFileSystemConfigT = FSxLustreFileSystemConfig>
69 bool m_eFSFileSystemConfigHasBeenSet =
false;
72 bool m_fSxLustreFileSystemConfigHasBeenSet =
false;
void SetFSxLustreFileSystemConfig(FSxLustreFileSystemConfigT &&value)
bool EFSFileSystemConfigHasBeenSet() 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)
AWS_SAGEMAKER_API CustomFileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CustomFileSystemConfig()=default
Aws::Utils::Json::JsonValue JsonValue