7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template <
typename S3UriT = Aws::String>
53 m_s3UriHasBeenSet =
true;
54 m_s3Uri = std::forward<S3UriT>(value);
56 template <
typename S3UriT = Aws::String>
58 SetS3Uri(std::forward<S3UriT>(value));
80 template <
typename KmsKeyIdT = Aws::String>
82 m_kmsKeyIdHasBeenSet =
true;
83 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
85 template <
typename KmsKeyIdT = Aws::String>
95 bool m_s3UriHasBeenSet =
false;
96 bool m_kmsKeyIdHasBeenSet =
false;
AWS_COMPREHEND_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_COMPREHEND_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Uri() const
OutputDataConfig & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API OutputDataConfig()=default
void SetS3Uri(S3UriT &&value)
const Aws::String & GetKmsKeyId() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3UriHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue