7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename S3OutputPathT = Aws::String>
47 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
48 template<
typename S3OutputPathT = Aws::String>
54 bool m_s3OutputPathHasBeenSet =
false;
void SetS3OutputPath(S3OutputPathT &&value)
AWS_SAGEMAKER_API HubS3StorageConfig()=default
const Aws::String & GetS3OutputPath() const
HubS3StorageConfig & WithS3OutputPath(S3OutputPathT &&value)
bool S3OutputPathHasBeenSet() const
AWS_SAGEMAKER_API HubS3StorageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API HubS3StorageConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue