7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename S3UriT = Aws::String>
57 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
58 template<
typename S3UriT = Aws::String>
77 template<
typename KmsKeyIdT = Aws::String>
78 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
79 template<
typename KmsKeyIdT = Aws::String>
90 template<
typename FlywheelStatsS3PrefixT = Aws::String>
91 void SetFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT&& value) { m_flywheelStatsS3PrefixHasBeenSet =
true; m_flywheelStatsS3Prefix = std::forward<FlywheelStatsS3PrefixT>(value); }
92 template<
typename FlywheelStatsS3PrefixT = Aws::String>
98 bool m_s3UriHasBeenSet =
false;
101 bool m_kmsKeyIdHasBeenSet =
false;
104 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