AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3Location.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_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 GlueDataBrew
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_GLUEDATABREW_API S3Location();
37 AWS_GLUEDATABREW_API S3Location(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GLUEDATABREW_API S3Location& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetBucket() const{ return m_bucket; }
47 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
48 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
49 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
50 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
51 inline S3Location& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
52 inline S3Location& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
53 inline S3Location& WithBucket(const char* value) { SetBucket(value); return *this;}
55
57
60 inline const Aws::String& GetKey() const{ return m_key; }
61 inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; }
62 inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; }
63 inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); }
64 inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); }
65 inline S3Location& WithKey(const Aws::String& value) { SetKey(value); return *this;}
66 inline S3Location& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;}
67 inline S3Location& WithKey(const char* value) { SetKey(value); return *this;}
69
71
74 inline const Aws::String& GetBucketOwner() const{ return m_bucketOwner; }
75 inline bool BucketOwnerHasBeenSet() const { return m_bucketOwnerHasBeenSet; }
76 inline void SetBucketOwner(const Aws::String& value) { m_bucketOwnerHasBeenSet = true; m_bucketOwner = value; }
77 inline void SetBucketOwner(Aws::String&& value) { m_bucketOwnerHasBeenSet = true; m_bucketOwner = std::move(value); }
78 inline void SetBucketOwner(const char* value) { m_bucketOwnerHasBeenSet = true; m_bucketOwner.assign(value); }
79 inline S3Location& WithBucketOwner(const Aws::String& value) { SetBucketOwner(value); return *this;}
80 inline S3Location& WithBucketOwner(Aws::String&& value) { SetBucketOwner(std::move(value)); return *this;}
81 inline S3Location& WithBucketOwner(const char* value) { SetBucketOwner(value); return *this;}
83 private:
84
85 Aws::String m_bucket;
86 bool m_bucketHasBeenSet = false;
87
88 Aws::String m_key;
89 bool m_keyHasBeenSet = false;
90
91 Aws::String m_bucketOwner;
92 bool m_bucketOwnerHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace GlueDataBrew
97} // namespace Aws
S3Location & WithBucketOwner(const Aws::String &value)
Definition S3Location.h:79
S3Location & WithBucket(Aws::String &&value)
Definition S3Location.h:52
void SetBucket(const Aws::String &value)
Definition S3Location.h:48
void SetBucketOwner(const Aws::String &value)
Definition S3Location.h:76
S3Location & WithBucket(const Aws::String &value)
Definition S3Location.h:51
void SetBucketOwner(Aws::String &&value)
Definition S3Location.h:77
void SetBucketOwner(const char *value)
Definition S3Location.h:78
const Aws::String & GetBucketOwner() const
Definition S3Location.h:74
AWS_GLUEDATABREW_API S3Location(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(const char *value)
Definition S3Location.h:50
AWS_GLUEDATABREW_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(const Aws::String &value)
Definition S3Location.h:62
S3Location & WithKey(const char *value)
Definition S3Location.h:67
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(Aws::String &&value)
Definition S3Location.h:49
S3Location & WithKey(Aws::String &&value)
Definition S3Location.h:66
S3Location & WithKey(const Aws::String &value)
Definition S3Location.h:65
S3Location & WithBucketOwner(const char *value)
Definition S3Location.h:81
AWS_GLUEDATABREW_API S3Location()
S3Location & WithBucket(const char *value)
Definition S3Location.h:53
const Aws::String & GetKey() const
Definition S3Location.h:60
const Aws::String & GetBucket() const
Definition S3Location.h:46
void SetKey(Aws::String &&value)
Definition S3Location.h:63
void SetKey(const char *value)
Definition S3Location.h:64
S3Location & WithBucketOwner(Aws::String &&value)
Definition S3Location.h:80
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue