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 {
30 AWS_COMPREHENDMEDICAL_API
OutputDataConfig(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_COMPREHENDMEDICAL_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
44 template <
typename S3BucketT = Aws::String>
46 m_s3BucketHasBeenSet =
true;
47 m_s3Bucket = std::forward<S3BucketT>(value);
49 template <
typename S3BucketT = Aws::String>
64 template <
typename S3KeyT = Aws::String>
66 m_s3KeyHasBeenSet =
true;
67 m_s3Key = std::forward<S3KeyT>(value);
69 template <
typename S3KeyT = Aws::String>
71 SetS3Key(std::forward<S3KeyT>(value));
79 bool m_s3BucketHasBeenSet =
false;
80 bool m_s3KeyHasBeenSet =
false;
OutputDataConfig & WithS3Key(S3KeyT &&value)
void SetS3Bucket(S3BucketT &&value)
bool S3BucketHasBeenSet() const
const Aws::String & GetS3Key() const
AWS_COMPREHENDMEDICAL_API OutputDataConfig()=default
const Aws::String & GetS3Bucket() const
AWS_COMPREHENDMEDICAL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_COMPREHENDMEDICAL_API OutputDataConfig(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool S3KeyHasBeenSet() const
OutputDataConfig & WithS3Bucket(S3BucketT &&value)
AWS_COMPREHENDMEDICAL_API OutputDataConfig & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetS3Key(S3KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String