7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template <
typename S3UriT = Aws::String>
52 m_s3UriHasBeenSet =
true;
53 m_s3Uri = std::forward<S3UriT>(value);
55 template <
typename S3UriT = Aws::String>
57 SetS3Uri(std::forward<S3UriT>(value));
77 template <
typename KmsKeyIdT = Aws::String>
79 m_kmsKeyIdHasBeenSet =
true;
80 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
82 template <
typename KmsKeyIdT = Aws::String>
96 template <
typename FlywheelStatsS3PrefixT = Aws::String>
98 m_flywheelStatsS3PrefixHasBeenSet =
true;
99 m_flywheelStatsS3Prefix = std::forward<FlywheelStatsS3PrefixT>(value);
101 template <
typename FlywheelStatsS3PrefixT = Aws::String>
113 bool m_s3UriHasBeenSet =
false;
114 bool m_kmsKeyIdHasBeenSet =
false;
115 bool m_flywheelStatsS3PrefixHasBeenSet =
false;
void SetS3Uri(S3UriT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetS3Uri() const
DocumentClassifierOutputDataConfig & WithS3Uri(S3UriT &&value)
const Aws::String & GetKmsKeyId() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFlywheelStatsS3Prefix() const
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT &&value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig()=default
void SetFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT &&value)
bool FlywheelStatsS3PrefixHasBeenSet() const
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3UriHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue