7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename S3BucketT = Aws::String>
52 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
53 template<
typename S3BucketT = Aws::String>
64 template<
typename S3KeyPrefixT = Aws::String>
65 void SetS3KeyPrefix(S3KeyPrefixT&& value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value); }
66 template<
typename S3KeyPrefixT = Aws::String>
72 bool m_s3BucketHasBeenSet =
false;
75 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