7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ComprehendMedical
50 template<
typename S3BucketT = Aws::String>
51 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
52 template<
typename S3BucketT = Aws::String>
64 template<
typename S3KeyT = Aws::String>
65 void SetS3Key(S3KeyT&& value) { m_s3KeyHasBeenSet =
true; m_s3Key = std::forward<S3KeyT>(value); }
66 template<
typename S3KeyT = Aws::String>
72 bool m_s3BucketHasBeenSet =
false;
75 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