7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
45 template <
typename S3BucketT = Aws::String>
47 m_s3BucketHasBeenSet =
true;
48 m_s3Bucket = std::forward<S3BucketT>(value);
50 template <
typename S3BucketT = Aws::String>
64 template <
typename S3KeyPrefixT = Aws::String>
66 m_s3KeyPrefixHasBeenSet =
true;
67 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
69 template <
typename S3KeyPrefixT = Aws::String>
79 bool m_s3BucketHasBeenSet =
false;
80 bool m_s3KeyPrefixHasBeenSet =
false;
void SetS3KeyPrefix(S3KeyPrefixT &&value)
bool S3BucketHasBeenSet() const
const Aws::String & GetS3Bucket() const
LivenessOutputConfig & WithS3Bucket(S3BucketT &&value)
AWS_REKOGNITION_API LivenessOutputConfig()=default
LivenessOutputConfig & WithS3KeyPrefix(S3KeyPrefixT &&value)
bool S3KeyPrefixHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API LivenessOutputConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3KeyPrefix() const
void SetS3Bucket(S3BucketT &&value)
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