7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename ContentTypeT = Aws::String>
42 m_contentTypeHasBeenSet =
true;
43 m_contentType = std::forward<ContentTypeT>(value);
45 template <
typename ContentTypeT = Aws::String>
58 template <
typename ContentDigestT = Aws::String>
60 m_contentDigestHasBeenSet =
true;
61 m_contentDigest = std::forward<ContentDigestT>(value);
63 template <
typename ContentDigestT = Aws::String>
76 template <
typename S3UriT = Aws::String>
78 m_s3UriHasBeenSet =
true;
79 m_s3Uri = std::forward<S3UriT>(value);
81 template <
typename S3UriT = Aws::String>
83 SetS3Uri(std::forward<S3UriT>(value));
93 bool m_contentTypeHasBeenSet =
false;
94 bool m_contentDigestHasBeenSet =
false;
95 bool m_s3UriHasBeenSet =
false;
const Aws::String & GetS3Uri() const
bool S3UriHasBeenSet() const
const Aws::String & GetContentType() const
FileSource & WithContentDigest(ContentDigestT &&value)
AWS_SAGEMAKER_API FileSource(Aws::Utils::Json::JsonView jsonValue)
void SetContentType(ContentTypeT &&value)
FileSource & WithS3Uri(S3UriT &&value)
bool ContentTypeHasBeenSet() const
AWS_SAGEMAKER_API FileSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentDigest(ContentDigestT &&value)
FileSource & WithContentType(ContentTypeT &&value)
void SetS3Uri(S3UriT &&value)
bool ContentDigestHasBeenSet() const
const Aws::String & GetContentDigest() const
AWS_SAGEMAKER_API FileSource()=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