7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ComprehendMedical {
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;
AWS_COMPREHENDMEDICAL_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHENDMEDICAL_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
OutputDataConfig & WithS3Key(S3KeyT &&value)
void SetS3Bucket(S3BucketT &&value)
bool S3BucketHasBeenSet() const
const Aws::String & GetS3Key() const
AWS_COMPREHENDMEDICAL_API OutputDataConfig()=default
AWS_COMPREHENDMEDICAL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3Bucket() const
bool S3KeyHasBeenSet() const
OutputDataConfig & WithS3Bucket(S3BucketT &&value)
void SetS3Key(S3KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue