AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
MediaAnalysisOutputConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Rekognition {
20namespace Model {
21
29 public:
30 AWS_REKOGNITION_API MediaAnalysisOutputConfig() = default;
33 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetS3Bucket() const { return m_s3Bucket; }
41 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
42 template <typename S3BucketT = Aws::String>
43 void SetS3Bucket(S3BucketT&& value) {
44 m_s3BucketHasBeenSet = true;
45 m_s3Bucket = std::forward<S3BucketT>(value);
46 }
47 template <typename S3BucketT = Aws::String>
49 SetS3Bucket(std::forward<S3BucketT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetS3KeyPrefix() const { return m_s3KeyPrefix; }
60 inline bool S3KeyPrefixHasBeenSet() const { return m_s3KeyPrefixHasBeenSet; }
61 template <typename S3KeyPrefixT = Aws::String>
62 void SetS3KeyPrefix(S3KeyPrefixT&& value) {
63 m_s3KeyPrefixHasBeenSet = true;
64 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
65 }
66 template <typename S3KeyPrefixT = Aws::String>
68 SetS3KeyPrefix(std::forward<S3KeyPrefixT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_s3Bucket;
74
75 Aws::String m_s3KeyPrefix;
76 bool m_s3BucketHasBeenSet = false;
77 bool m_s3KeyPrefixHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace Rekognition
82} // namespace Aws
AWS_REKOGNITION_API MediaAnalysisOutputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
MediaAnalysisOutputConfig & WithS3Bucket(S3BucketT &&value)
AWS_REKOGNITION_API MediaAnalysisOutputConfig()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API MediaAnalysisOutputConfig(Aws::Utils::Json::JsonView jsonValue)
MediaAnalysisOutputConfig & WithS3KeyPrefix(S3KeyPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue