7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/crt/cbor/Cbor.h>
19namespace ComprehendMedical {
32 AWS_COMPREHENDMEDICAL_API
InputDataConfig(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
34 AWS_COMPREHENDMEDICAL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
43 template <
typename S3BucketT = Aws::String>
45 m_s3BucketHasBeenSet =
true;
46 m_s3Bucket = std::forward<S3BucketT>(value);
48 template <
typename S3BucketT = Aws::String>
61 template <
typename S3KeyT = Aws::String>
63 m_s3KeyHasBeenSet =
true;
64 m_s3Key = std::forward<S3KeyT>(value);
66 template <
typename S3KeyT = Aws::String>
68 SetS3Key(std::forward<S3KeyT>(value));
76 bool m_s3BucketHasBeenSet =
false;
77 bool m_s3KeyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String