7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FSxLustreConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FSxLustreConfigT = FSxLustreConfig>
50 void SetFSxLustreConfig(FSxLustreConfigT&& value) { m_fSxLustreConfigHasBeenSet =
true; m_fSxLustreConfig = std::forward<FSxLustreConfigT>(value); }
51 template<
typename FSxLustreConfigT = FSxLustreConfig>
62 template<
typename S3OutputPathT = Aws::String>
63 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
64 template<
typename S3OutputPathT = Aws::String>
70 bool m_fSxLustreConfigHasBeenSet =
false;
73 bool m_s3OutputPathHasBeenSet =
false;
void SetS3OutputPath(S3OutputPathT &&value)
EnvironmentConfigDetails & WithS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API EnvironmentConfigDetails()=default
AWS_SAGEMAKER_API EnvironmentConfigDetails(Aws::Utils::Json::JsonView jsonValue)
void SetFSxLustreConfig(FSxLustreConfigT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentConfigDetails & WithFSxLustreConfig(FSxLustreConfigT &&value)
bool FSxLustreConfigHasBeenSet() const
const Aws::String & GetS3OutputPath() const
const FSxLustreConfig & GetFSxLustreConfig() const
AWS_SAGEMAKER_API EnvironmentConfigDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3OutputPathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue