7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename MountPathT = Aws::String>
44 m_mountPathHasBeenSet =
true;
45 m_mountPath = std::forward<MountPathT>(value);
47 template <
typename MountPathT = Aws::String>
60 template <
typename S3UriT = Aws::String>
62 m_s3UriHasBeenSet =
true;
63 m_s3Uri = std::forward<S3UriT>(value);
65 template <
typename S3UriT = Aws::String>
67 SetS3Uri(std::forward<S3UriT>(value));
75 bool m_mountPathHasBeenSet =
false;
76 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