7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MountPathT = Aws::String>
49 void SetMountPath(MountPathT&& value) { m_mountPathHasBeenSet =
true; m_mountPath = std::forward<MountPathT>(value); }
50 template<
typename MountPathT = Aws::String>
60 template<
typename S3UriT = Aws::String>
61 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
62 template<
typename S3UriT = Aws::String>
68 bool m_mountPathHasBeenSet =
false;
71 bool m_s3UriHasBeenSet =
false;
AWS_SAGEMAKER_API S3FileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Uri() const
void SetS3Uri(S3UriT &&value)
AWS_SAGEMAKER_API S3FileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
void SetMountPath(MountPathT &&value)
S3FileSystemConfig & WithMountPath(MountPathT &&value)
bool S3UriHasBeenSet() const
const Aws::String & GetMountPath() const
bool MountPathHasBeenSet() const
S3FileSystemConfig & WithS3Uri(S3UriT &&value)
AWS_SAGEMAKER_API S3FileSystemConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue