AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LivenessOutputConfig.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Rekognition
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_REKOGNITION_API LivenessOutputConfig();
39 AWS_REKOGNITION_API LivenessOutputConfig(Aws::Utils::Json::JsonView jsonValue);
41 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const Aws::String& GetS3Bucket() const{ return m_s3Bucket; }
50 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
51 inline void SetS3Bucket(const Aws::String& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
52 inline void SetS3Bucket(Aws::String&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
53 inline void SetS3Bucket(const char* value) { m_s3BucketHasBeenSet = true; m_s3Bucket.assign(value); }
54 inline LivenessOutputConfig& WithS3Bucket(const Aws::String& value) { SetS3Bucket(value); return *this;}
55 inline LivenessOutputConfig& WithS3Bucket(Aws::String&& value) { SetS3Bucket(std::move(value)); return *this;}
56 inline LivenessOutputConfig& WithS3Bucket(const char* value) { SetS3Bucket(value); return *this;}
58
60
64 inline const Aws::String& GetS3KeyPrefix() const{ return m_s3KeyPrefix; }
65 inline bool S3KeyPrefixHasBeenSet() const { return m_s3KeyPrefixHasBeenSet; }
66 inline void SetS3KeyPrefix(const Aws::String& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = value; }
67 inline void SetS3KeyPrefix(Aws::String&& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = std::move(value); }
68 inline void SetS3KeyPrefix(const char* value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix.assign(value); }
69 inline LivenessOutputConfig& WithS3KeyPrefix(const Aws::String& value) { SetS3KeyPrefix(value); return *this;}
70 inline LivenessOutputConfig& WithS3KeyPrefix(Aws::String&& value) { SetS3KeyPrefix(std::move(value)); return *this;}
71 inline LivenessOutputConfig& WithS3KeyPrefix(const char* value) { SetS3KeyPrefix(value); return *this;}
73 private:
74
75 Aws::String m_s3Bucket;
76 bool m_s3BucketHasBeenSet = false;
77
78 Aws::String m_s3KeyPrefix;
79 bool m_s3KeyPrefixHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace Rekognition
84} // namespace Aws
LivenessOutputConfig & WithS3KeyPrefix(const char *value)
LivenessOutputConfig & WithS3KeyPrefix(Aws::String &&value)
LivenessOutputConfig & WithS3Bucket(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)
LivenessOutputConfig & WithS3Bucket(const char *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