7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetS3Uri(
const char* value) { m_s3UriHasBeenSet =
true; m_s3Uri.assign(value); }
81 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
96 inline void SetFlywheelStatsS3Prefix(
const char* value) { m_flywheelStatsS3PrefixHasBeenSet =
true; m_flywheelStatsS3Prefix.assign(value); }
104 bool m_s3UriHasBeenSet =
false;
107 bool m_kmsKeyIdHasBeenSet =
false;
110 bool m_flywheelStatsS3PrefixHasBeenSet =
false;
void SetS3Uri(const char *value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(const char *value)
DocumentClassifierOutputDataConfig & WithS3Uri(Aws::String &&value)
void SetS3Uri(Aws::String &&value)
void SetFlywheelStatsS3Prefix(const char *value)
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(const char *value)
DocumentClassifierOutputDataConfig & WithS3Uri(const char *value)
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(const Aws::String &value)
const Aws::String & GetS3Uri() const
void SetFlywheelStatsS3Prefix(const Aws::String &value)
void SetKmsKeyId(Aws::String &&value)
void SetFlywheelStatsS3Prefix(Aws::String &&value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
DocumentClassifierOutputDataConfig & WithS3Uri(const Aws::String &value)
void SetS3Uri(const Aws::String &value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(const char *value)
const Aws::String & GetFlywheelStatsS3Prefix() const
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig()
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(const Aws::String &value)
bool FlywheelStatsS3PrefixHasBeenSet() const
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(Aws::String &&value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(const Aws::String &value)
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