7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/FSxLustreConfig.h>
43 template <
typename FSxLustreConfigT = FSxLustreConfig>
45 m_fSxLustreConfigHasBeenSet =
true;
46 m_fSxLustreConfig = std::forward<FSxLustreConfigT>(value);
48 template <
typename FSxLustreConfigT = FSxLustreConfig>
62 template <
typename S3OutputPathT = Aws::String>
64 m_s3OutputPathHasBeenSet =
true;
65 m_s3OutputPath = std::forward<S3OutputPathT>(value);
67 template <
typename S3OutputPathT = Aws::String>
77 bool m_fSxLustreConfigHasBeenSet =
false;
78 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