7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
63 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
71 bool m_s3BucketHasBeenSet =
false;
74 bool m_s3KeyPrefixHasBeenSet =
false;
AWS_REKOGNITION_API OutputConfig(Aws::Utils::Json::JsonView jsonValue)
void SetS3Bucket(Aws::String &&value)
bool S3KeyPrefixHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API OutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3KeyPrefix(const char *value)
const Aws::String & GetS3Bucket() const
void SetS3Bucket(const Aws::String &value)
OutputConfig & WithS3KeyPrefix(const char *value)
bool S3BucketHasBeenSet() const
OutputConfig & WithS3Bucket(const Aws::String &value)
OutputConfig & WithS3KeyPrefix(const Aws::String &value)
OutputConfig & WithS3Bucket(const char *value)
void SetS3KeyPrefix(Aws::String &&value)
OutputConfig & WithS3Bucket(Aws::String &&value)
AWS_REKOGNITION_API OutputConfig()
void SetS3KeyPrefix(const Aws::String &value)
void SetS3Bucket(const char *value)
const Aws::String & GetS3KeyPrefix() const
OutputConfig & WithS3KeyPrefix(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue