7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
56 bool m_s3UriHasBeenSet =
false;
AWS_SAGEMAKER_API S3FileSystem()=default
bool S3UriHasBeenSet() const
AWS_SAGEMAKER_API S3FileSystem(Aws::Utils::Json::JsonView jsonValue)
void SetS3Uri(S3UriT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
S3FileSystem & WithS3Uri(S3UriT &&value)
const Aws::String & GetS3Uri() const
AWS_SAGEMAKER_API S3FileSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue