7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
41 template <
typename S3BucketT = Aws::String>
43 m_s3BucketHasBeenSet =
true;
44 m_s3Bucket = std::forward<S3BucketT>(value);
46 template <
typename S3BucketT = Aws::String>
59 template <
typename S3KeyPrefixT = Aws::String>
61 m_s3KeyPrefixHasBeenSet =
true;
62 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
64 template <
typename S3KeyPrefixT = Aws::String>
74 bool m_s3BucketHasBeenSet =
false;
75 bool m_s3KeyPrefixHasBeenSet =
false;
AWS_REKOGNITION_API OutputConfig(Aws::Utils::Json::JsonView jsonValue)
bool S3KeyPrefixHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API OutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3Bucket() const
AWS_REKOGNITION_API OutputConfig()=default
OutputConfig & WithS3Bucket(S3BucketT &&value)
bool S3BucketHasBeenSet() const
void SetS3KeyPrefix(S3KeyPrefixT &&value)
void SetS3Bucket(S3BucketT &&value)
OutputConfig & WithS3KeyPrefix(S3KeyPrefixT &&value)
const Aws::String & GetS3KeyPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue