AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
OutputConfig.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
33 {
34 public:
35 AWS_REKOGNITION_API OutputConfig();
36 AWS_REKOGNITION_API OutputConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_REKOGNITION_API OutputConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetS3Bucket() const{ return m_s3Bucket; }
46 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
47 inline void SetS3Bucket(const Aws::String& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = value; }
48 inline void SetS3Bucket(Aws::String&& value) { m_s3BucketHasBeenSet = true; m_s3Bucket = std::move(value); }
49 inline void SetS3Bucket(const char* value) { m_s3BucketHasBeenSet = true; m_s3Bucket.assign(value); }
50 inline OutputConfig& WithS3Bucket(const Aws::String& value) { SetS3Bucket(value); return *this;}
51 inline OutputConfig& WithS3Bucket(Aws::String&& value) { SetS3Bucket(std::move(value)); return *this;}
52 inline OutputConfig& WithS3Bucket(const char* value) { SetS3Bucket(value); return *this;}
54
56
59 inline const Aws::String& GetS3KeyPrefix() const{ return m_s3KeyPrefix; }
60 inline bool S3KeyPrefixHasBeenSet() const { return m_s3KeyPrefixHasBeenSet; }
61 inline void SetS3KeyPrefix(const Aws::String& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = value; }
62 inline void SetS3KeyPrefix(Aws::String&& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = std::move(value); }
63 inline void SetS3KeyPrefix(const char* value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix.assign(value); }
64 inline OutputConfig& WithS3KeyPrefix(const Aws::String& value) { SetS3KeyPrefix(value); return *this;}
65 inline OutputConfig& WithS3KeyPrefix(Aws::String&& value) { SetS3KeyPrefix(std::move(value)); return *this;}
66 inline OutputConfig& WithS3KeyPrefix(const char* value) { SetS3KeyPrefix(value); return *this;}
68 private:
69
70 Aws::String m_s3Bucket;
71 bool m_s3BucketHasBeenSet = false;
72
73 Aws::String m_s3KeyPrefix;
74 bool m_s3KeyPrefixHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace Rekognition
79} // namespace Aws
AWS_REKOGNITION_API OutputConfig(Aws::Utils::Json::JsonView jsonValue)
void SetS3Bucket(Aws::String &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API OutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3KeyPrefix(const char *value)
const Aws::String & GetS3Bucket() const
void SetS3Bucket(const Aws::String &value)
OutputConfig & WithS3KeyPrefix(const char *value)
OutputConfig & WithS3Bucket(const Aws::String &value)
OutputConfig & WithS3KeyPrefix(const Aws::String &value)
OutputConfig & WithS3Bucket(const char *value)
void SetS3KeyPrefix(Aws::String &&value)
OutputConfig & WithS3Bucket(Aws::String &&value)
AWS_REKOGNITION_API OutputConfig()
void SetS3KeyPrefix(const Aws::String &value)
void SetS3Bucket(const char *value)
const Aws::String & GetS3KeyPrefix() const
OutputConfig & WithS3KeyPrefix(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue