AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
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 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>
54 LivenessOutputConfig& WithS3Bucket(S3BucketT&& value) { SetS3Bucket(std::forward<S3BucketT>(value)); return *this;}
56
58
62 inline const Aws::String& GetS3KeyPrefix() const { return m_s3KeyPrefix; }
63 inline bool S3KeyPrefixHasBeenSet() const { return m_s3KeyPrefixHasBeenSet; }
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>
67 LivenessOutputConfig& WithS3KeyPrefix(S3KeyPrefixT&& value) { SetS3KeyPrefix(std::forward<S3KeyPrefixT>(value)); return *this;}
69 private:
70
71 Aws::String m_s3Bucket;
72 bool m_s3BucketHasBeenSet = false;
73
74 Aws::String m_s3KeyPrefix;
75 bool m_s3KeyPrefixHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Rekognition
80} // namespace Aws
LivenessOutputConfig & WithS3Bucket(S3BucketT &&value)
AWS_REKOGNITION_API LivenessOutputConfig()=default
LivenessOutputConfig & WithS3KeyPrefix(S3KeyPrefixT &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API LivenessOutputConfig(Aws::Utils::Json::JsonView jsonValue)
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