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