AWS SDK for C++

AWS SDK for C++ Version 1.11.768

Loading...
Searching...
No Matches
EnrichmentTargetS3Configuration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace mgn {
20namespace Model {
21
29 public:
30 AWS_MGN_API EnrichmentTargetS3Configuration() = default;
34
36
39 inline const Aws::String& GetS3Bucket() const { return m_s3Bucket; }
40 inline bool S3BucketHasBeenSet() const { return m_s3BucketHasBeenSet; }
41 template <typename S3BucketT = Aws::String>
42 void SetS3Bucket(S3BucketT&& value) {
43 m_s3BucketHasBeenSet = true;
44 m_s3Bucket = std::forward<S3BucketT>(value);
45 }
46 template <typename S3BucketT = Aws::String>
48 SetS3Bucket(std::forward<S3BucketT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetS3BucketOwner() const { return m_s3BucketOwner; }
58 inline bool S3BucketOwnerHasBeenSet() const { return m_s3BucketOwnerHasBeenSet; }
59 template <typename S3BucketOwnerT = Aws::String>
60 void SetS3BucketOwner(S3BucketOwnerT&& value) {
61 m_s3BucketOwnerHasBeenSet = true;
62 m_s3BucketOwner = std::forward<S3BucketOwnerT>(value);
63 }
64 template <typename S3BucketOwnerT = Aws::String>
66 SetS3BucketOwner(std::forward<S3BucketOwnerT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetS3Key() const { return m_s3Key; }
76 inline bool S3KeyHasBeenSet() const { return m_s3KeyHasBeenSet; }
77 template <typename S3KeyT = Aws::String>
78 void SetS3Key(S3KeyT&& value) {
79 m_s3KeyHasBeenSet = true;
80 m_s3Key = std::forward<S3KeyT>(value);
81 }
82 template <typename S3KeyT = Aws::String>
84 SetS3Key(std::forward<S3KeyT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_s3Bucket;
90
91 Aws::String m_s3BucketOwner;
92
93 Aws::String m_s3Key;
94 bool m_s3BucketHasBeenSet = false;
95 bool m_s3BucketOwnerHasBeenSet = false;
96 bool m_s3KeyHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace mgn
101} // namespace Aws
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
EnrichmentTargetS3Configuration & WithS3Key(S3KeyT &&value)
AWS_MGN_API EnrichmentTargetS3Configuration(Aws::Utils::Json::JsonView jsonValue)
EnrichmentTargetS3Configuration & WithS3Bucket(S3BucketT &&value)
AWS_MGN_API EnrichmentTargetS3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
EnrichmentTargetS3Configuration & WithS3BucketOwner(S3BucketOwnerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue